Skip to content

Commit

Permalink
Add typing classifier to trio + add typing changelog (#2811)
Browse files Browse the repository at this point in the history
* Add typing classifier

* Add a changelog entry for type hints too
  • Loading branch information
A5rocks committed Oct 5, 2023
1 parent 8b7da61 commit 3d62ea0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions newsfragments/543.headline.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Add type hints.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@
keywords=["async", "io", "networking", "trio"],
classifiers=[
"Development Status :: 3 - Alpha",
"Framework :: Trio",
"Intended Audience :: Developers",
"License :: OSI Approved :: MIT License",
"License :: OSI Approved :: Apache Software License",
Expand All @@ -120,7 +121,7 @@
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Topic :: System :: Networking",
"Framework :: Trio",
"Typing :: Typed",
],
project_urls={
"Documentation": "https://trio.readthedocs.io/",
Expand Down

0 comments on commit 3d62ea0

Please sign in to comment.