Skip to content

Commit e6d2f44

Browse files
committed
Add link to changelog to project_urls
1 parent 2cae589 commit e6d2f44

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,7 @@ def run(self):
154154
Source="https://github.com/RKrahl/pytest-dependency",
155155
Download=("https://github.com/RKrahl/pytest-dependency/releases/%s/"
156156
% release),
157+
Changes="https://pytest-dependency.readthedocs.io/en/latest/changelog.html",
157158
),
158159
package_dir = {"": "src"},
159160
python_requires = ">=3.4",

0 commit comments

Comments
 (0)