Fix PyPI recursion with URL to GitHub

pull/173/head
anatoly techtonik 2020-06-30 21:24:58 +03:00 committed by GitHub
parent b24ac6e941
commit e58c03f62e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ setup(
keywords="database ipython postgresql mysql",
author="Catherine Devlin",
author_email="catherine.devlin@gmail.com",
url="https://pypi.python.org/pypi/ipython-sql",
url="https://github.com/catherinedevlin/ipython-sql",
license="MIT",
packages=find_packages("src"),
package_dir={"": "src"},