Skip to content

Commit be3cfd3

Browse files
committed
Clear redundant code
Signed-off-by: Alex Nelson <[email protected]>
1 parent bec4ca3 commit be3cfd3

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

setup.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,5 @@
1313

1414
import setuptools
1515

16-
#TODO - PyPI will need a differently-written README.
17-
with open("README.md", "r") as fh:
18-
long_description = fh.read()
19-
2016
if __name__ == "__main__":
2117
setuptools.setup()

0 commit comments

Comments
 (0)