Clean out commented lines in setup

This commit is contained in:
nolash 2021-09-15 17:35:33 +02:00
parent 9876efe377
commit 71dafa4476
Signed by: lash
GPG Key ID: 21D2E7BB88C2A746
1 changed files with 2 additions and 7 deletions

View File

@ -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',