Removed some kwargs comments
This commit is contained in:
parent
e82e97cb2b
commit
72bcbdf4c9
3
setup.py
3
setup.py
|
@ -118,11 +118,8 @@ if __name__ == "__main__":
|
||||||
long_description=README,
|
long_description=README,
|
||||||
license='MIT',
|
license='MIT',
|
||||||
# TODO: add author info
|
# TODO: add author info
|
||||||
# author='',
|
|
||||||
# author_email='',
|
|
||||||
url='https://bitmessage.org',
|
url='https://bitmessage.org',
|
||||||
# TODO: add keywords
|
# TODO: add keywords
|
||||||
# keywords='',
|
|
||||||
install_requires=installRequires,
|
install_requires=installRequires,
|
||||||
tests_require=requirements,
|
tests_require=requirements,
|
||||||
test_suite='tests.unittest_discover',
|
test_suite='tests.unittest_discover',
|
||||||
|
|
Reference in New Issue
Block a user