diff options
| author | Mario Corchero <mariocj89@gmail.com> | 2021-05-31 11:53:14 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-05-31 11:53:14 +0200 |
| commit | ed4b9beec6df813c7d4fdbfb6a60bd84dc07226b (patch) | |
| tree | 992e69cad434489419d2c8f9c8729aac8a0ffe9b | |
| parent | cfa99c964e207d0e6ffe2b6b31dc5b8b3fc752ff (diff) | |
| parent | 989400284b8a221d8bcf56e1fa2b8247f727f689 (diff) | |
| download | dateutil-git-ed4b9beec6df813c7d4fdbfb6a60bd84dc07226b.tar.gz | |
Merge pull request #975 from andriyor/master
Add GitHub URL for PyPi
| -rw-r--r-- | changelog.d/975.misc.rst | 1 | ||||
| -rw-r--r-- | setup.cfg | 6 |
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). @@ -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 - |
