Skip to content

Commit 1dd4a89

Browse files
committedDec 28, 2022
added long description
1 parent 6de70c7 commit 1dd4a89

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎setup.py

+1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
'submit50': [('**.py', 'python', None),],
1616
},
1717
description="This is submit50, with which you can submit solutions to problems for CS50.",
18+
long_description="This is submit50, with which you can submit solutions to problems for CS50.",
1819
install_requires=["lib50>=3,<4", "requests>=2.19", "termcolor>=1.1"],
1920
keywords=["submit", "submit50"],
2021
name="submit50",

0 commit comments

Comments
 (0)
Please sign in to comment.