Use alpine and build tor from source

This commit is contained in:
Christophe Mehay 2016-09-23 23:57:58 +02:00
parent 5463744e49
commit 38ba81f386
8 changed files with 71 additions and 23 deletions

View file

@ -6,7 +6,7 @@ from setuptools import setup
setup(
name='onions',
version='0.1',
version='0.2',
packages=find_packages(),
@ -31,6 +31,9 @@ setup(
"Topic :: System :: Installation/Setup",
],
install_requires=['pyentrypoint',
'Jinja2>=2.8',
'pycrypto',],
entry_points={
'console_scripts': [