add GitHub URL for PyPi

pull/209/head
Andrii Oriekhov 2022-03-03 20:37:23 +02:00
parent 12f9742a0a
commit 705ab2b320
1 changed files with 3 additions and 0 deletions

View File

@ -39,6 +39,9 @@ setup(
author="Catherine Devlin",
author_email="catherine.devlin@gmail.com",
url="https://pypi.python.org/pypi/ipython-sql",
project_urls={
"Source": "https://github.com/catherinedevlin/ipython-sql",
},
license="MIT",
packages=find_packages("src"),
package_dir={"": "src"},