Merge pull request #209 from andriyor/patch-1

add GitHub URL for PyPi
pull/213/head
Catherine Devlin 2022-05-02 17:47:10 -06:00 committed by GitHub
commit e3a49fabb3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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"},