File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ Outcome 1.3.0 (2023-10-17)
11
11
Features
12
12
~~~~~~~~
13
13
14
- - Added type hints to the package. :py:class: `Value ` and :py: class`Outcome` are now generic.
14
+ - Added type hints to the package. :py:class: `Value ` and :py:class: `Outcome ` are now generic.
15
15
A type alias was also added (:py:data: `Maybe `) for the union of :py:class: `Value `
16
16
and :py:class: `Error `. (`#36 <https://github.com/python-trio/outcome/issues/36 >`__)
17
17
Original file line number Diff line number Diff line change 17
17
project_urls = {
18
18
"Documentation" : "https://outcome.readthedocs.io/en/latest/" ,
19
19
"Chat" : "https://gitter.im/python-trio/general" ,
20
+ "Changelog" : "https://outcome.readthedocs.io/en/latest/history.html" ,
20
21
},
21
22
long_description = LONG_DESC ,
22
23
long_description_content_type = 'text/x-rst' ,
44
45
'Programming Language :: Python :: 3.10' ,
45
46
'Programming Language :: Python :: Implementation :: CPython' ,
46
47
'Programming Language :: Python :: Implementation :: PyPy' ,
48
+ 'Typing :: Typed' ,
47
49
],
48
50
)
You can’t perform that action at this time.
0 commit comments