summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMario Corchero <mariocj89@gmail.com>2021-05-31 11:53:14 +0200
committerGitHub <noreply@github.com>2021-05-31 11:53:14 +0200
commited4b9beec6df813c7d4fdbfb6a60bd84dc07226b (patch)
tree992e69cad434489419d2c8f9c8729aac8a0ffe9b
parentcfa99c964e207d0e6ffe2b6b31dc5b8b3fc752ff (diff)
parent989400284b8a221d8bcf56e1fa2b8247f727f689 (diff)
downloaddateutil-git-ed4b9beec6df813c7d4fdbfb6a60bd84dc07226b.tar.gz
Merge pull request #975 from andriyor/master
Add GitHub URL for PyPi
-rw-r--r--changelog.d/975.misc.rst1
-rw-r--r--setup.cfg6
2 files changed, 5 insertions, 2 deletions
diff --git a/changelog.d/975.misc.rst b/changelog.d/975.misc.rst
new file mode 100644
index 0000000..e57dbd0
--- /dev/null
+++ b/changelog.d/975.misc.rst
@@ -0,0 +1 @@
+Added project_urls for documentation and source. Patch by @andriyor (gh pr #975).
diff --git a/setup.cfg b/setup.cfg
index f48ac8e..829aa99 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -8,7 +8,10 @@ author = Gustavo Niemeyer
author_email = gustavo@niemeyer.net
maintainer = Paul Ganssle
maintainer_email = dateutil@python.org
-url = https://dateutil.readthedocs.io
+url = https://github.com/dateutil/dateutil
+project_urls =
+ Documentation = https://dateutil.readthedocs.io/en/stable/
+ Source = https://github.com/dateutil/dateutil
long_description_content_type = text/x-rst
license = Dual License
license_file = LICENSE
@@ -72,4 +75,3 @@ markers =
tzlocal
tzoffset
tzstr
-