We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a07bc8 commit 77dbb65Copy full SHA for 77dbb65
setup.py
@@ -13,6 +13,7 @@
13
install_requires=["SQLAlchemy"],
14
keywords="cs50",
15
name="cs50",
16
+ package_dir={"": "src"},
17
packages=["cs50"],
18
url="https://github.com/cs50/python-cs50",
19
version="2.2.0"
0 commit comments