Skip to content

Commit 1bcda1c

Browse files
authored
Add typing classifier and changelog link
1 parent e726f6d commit 1bcda1c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

setup.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
project_urls={
1818
"Documentation": "https://outcome.readthedocs.io/en/latest/",
1919
"Chat": "https://gitter.im/python-trio/general",
20+
"Changelog": "https://outcome.readthedocs.io/en/latest/history.html",
2021
},
2122
long_description=LONG_DESC,
2223
long_description_content_type='text/x-rst',
@@ -44,5 +45,6 @@
4445
'Programming Language :: Python :: 3.10',
4546
'Programming Language :: Python :: Implementation :: CPython',
4647
'Programming Language :: Python :: Implementation :: PyPy',
48+
'Typing :: Typed',
4749
],
4850
)

0 commit comments

Comments
 (0)