diff --git a/setup.py b/setup.py index e5729bb..81e9b88 100644 --- a/setup.py +++ b/setup.py @@ -33,18 +33,16 @@ f.close() setup( name="crypto-dev-signer", - version="0.4.15a3", + version="0.4.15a4", description="A signer and keystore daemon and library for cryptocurrency software development", author="Louis Holbrook", author_email="dev@holbrook.no", packages=[ 'crypto_dev_signer.eth.signer', - #'crypto_dev_signer.eth.web3ext', - #'crypto_dev_signer.eth.helper', 'crypto_dev_signer.eth', + 'crypto_dev_signer.cli', 'crypto_dev_signer.keystore', 'crypto_dev_signer.runnable', - #'crypto_dev_signer.helper', 'crypto_dev_signer', ], install_requires=requirements, @@ -54,9 +52,6 @@ setup( tests_require=test_requirements, long_description=long_description, long_description_content_type='text/markdown', - #scripts = [ - # 'scripts/crypto-dev-daemon', - # ], entry_points = { 'console_scripts': [ 'crypto-dev-daemon=crypto_dev_signer.runnable.signer:main',