From 72bcbdf4c9c7edac9c1d79ad1c4de9f2b9c0f158 Mon Sep 17 00:00:00 2001 From: "kuldeep.k@cisinlabs.com" Date: Tue, 31 Aug 2021 22:32:33 +0530 Subject: [PATCH] Removed some kwargs comments --- setup.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/setup.py b/setup.py index 9f6a16ca..7b4821d7 100644 --- a/setup.py +++ b/setup.py @@ -118,11 +118,8 @@ if __name__ == "__main__": long_description=README, license='MIT', # TODO: add author info - # author='', - # author_email='', url='https://bitmessage.org', # TODO: add keywords - # keywords='', install_requires=installRequires, tests_require=requirements, test_suite='tests.unittest_discover',