Skip to content

Commit 0039f7e

Browse files
committed
fixed license
1 parent a6ceac6 commit 0039f7e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

setup.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,11 @@
1212
description="CS50 library for Python",
1313
install_requires=["Flask>=1.0", "SQLAlchemy", "sqlparse", "termcolor", "wheel"],
1414
keywords="cs50",
15+
license="GPLv3",
16+
long_description_content_type="text/markdown",
1517
name="cs50",
1618
package_dir={"": "src"},
1719
packages=["cs50"],
1820
url="https://github.com/cs50/python-cs50",
19-
version="9.2.1"
21+
version="9.2.2"
2022
)

0 commit comments

Comments
 (0)