add multi-arch support, and decouple vanguards
This commit is contained in:
parent
1dbcebdee3
commit
b0a7d4aea1
6 changed files with 135 additions and 58 deletions
14
setup.py
Normal file
14
setup.py
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
from setuptools import setup, find_packages
|
||||
|
||||
setup(
|
||||
name='docker-tor-hidden-service',
|
||||
version='0.7.1',
|
||||
description='Display onion sites hosted',
|
||||
author='Christophe Mehay',
|
||||
packages=find_packages(),
|
||||
entry_points={
|
||||
'console_scripts': [
|
||||
'onions=onions:main',
|
||||
],
|
||||
},
|
||||
)
|
||||
Loading…
Add table
Add a link
Reference in a new issue