Skip to content

Commit

Permalink
Update setup.py to new repo home
Browse files Browse the repository at this point in the history
  • Loading branch information
elpablete authored Jan 10, 2025
1 parent 3672579 commit 3c78116
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,9 @@
VERSION = "0.0.12"
NAME = "pygination"
AUTHOR = "Enerbit"
AUTHOR_EMAIL = "[email protected]"
AUTHOR_EMAIL = "[email protected]"
DESCRIPTION = "Simple pagination for pydantic models and SQLAlchemy Query objects"
PROJECT_URL = "https://github.com/jdmoralesar/pygination"
DOWNLOAD_URL = "https://github.com/jdmoralesar/pygination/archive/refs/tags/0.0.1.tar.gz"
PROJECT_URL = "https://github.com/enerbit/pygination"

here = path.abspath(path.dirname(__file__))

Expand All @@ -39,7 +38,6 @@
long_description=long_description,
long_description_content_type="text/markdown",
url=PROJECT_URL,
download_url=DOWNLOAD_URL,
author=AUTHOR,
author_email=AUTHOR_EMAIL,
classifiers=[
Expand Down

0 comments on commit 3c78116

Please sign in to comment.