This commit is contained in:
Lex Berezhny 2018-07-21 14:43:47 -04:00
parent 67dc297c97
commit a4519d3add
2 changed files with 2 additions and 2 deletions

View file

@ -27,7 +27,7 @@ setup(
), ),
packages=find_packages(exclude=('tests',)), packages=find_packages(exclude=('tests',)),
include_package_data=True, include_package_data=True,
python_requires='>=2.7', python_requires='>=3.7',
install_requires=( install_requires=(
'twisted', 'twisted',
'ecdsa', 'ecdsa',

View file

@ -1,2 +1,2 @@
__path__ = __import__('pkgutil').extend_path(__path__, __name__) __path__ = __import__('pkgutil').extend_path(__path__, __name__)
__version__ = '0.0.3' __version__ = '0.0.4'