Skip to content

Commit

Permalink
Add project URLs such as changelog and docs (#833)
Browse files Browse the repository at this point in the history
* add project urls such as changelog and docs

* Update setup.cfg

Co-authored-by: Mickaël Schoentgen <contact@tiger-222.fr>
  • Loading branch information
graingert and BoboTiG committed Aug 23, 2021
1 parent ccc7811 commit 43f7982
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions setup.cfg
@@ -1,3 +1,10 @@
[metadata]
project_urls =
Documentation=https://python-watchdog.readthedocs.io/en/stable/
Source=https://github.com/gorakhargosh/watchdog/
Issues=https://github.com/gorakhargosh/watchdog/issues
Changelog=https://github.com/gorakhargosh/watchdog/blob/master/changelog.rst

[build_sphinx]
source-dir = docs/source
build-dir = docs/build
Expand Down

0 comments on commit 43f7982

Please sign in to comment.