Skip to content

Commit 4fb5a21

Browse files
authored
Add News project URL (#8781)
Background info at pypi/warehouse#7882 (comment)
1 parent 960e5e2 commit 4fb5a21

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

setup.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -201,4 +201,7 @@ def run(self):
201201
extras_require={'dmypy': 'psutil >= 4.0'},
202202
python_requires=">=3.5",
203203
include_package_data=True,
204+
project_urls={
205+
'News': 'http://mypy-lang.org/news.html',
206+
},
204207
)

0 commit comments

Comments
 (0)