We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e726f6d commit 1bcda1cCopy full SHA for 1bcda1c
setup.py
@@ -17,6 +17,7 @@
17
project_urls={
18
"Documentation": "https://outcome.readthedocs.io/en/latest/",
19
"Chat": "https://gitter.im/python-trio/general",
20
+ "Changelog": "https://outcome.readthedocs.io/en/latest/history.html",
21
},
22
long_description=LONG_DESC,
23
long_description_content_type='text/x-rst',
@@ -44,5 +45,6 @@
44
45
'Programming Language :: Python :: 3.10',
46
'Programming Language :: Python :: Implementation :: CPython',
47
'Programming Language :: Python :: Implementation :: PyPy',
48
+ 'Typing :: Typed',
49
],
50
)
0 commit comments