Skip to content

Commit

Permalink
chore: advertise typing status in classifier
Browse files Browse the repository at this point in the history
As of pypa#225, we now exposed type information to users of the library.
Let's also show it via classifier!

Signed-off-by: Mike Fiedler <miketheman@gmail.com>
  • Loading branch information
miketheman committed Aug 20, 2022
1 parent 78cf418 commit b5b3e0b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Python :: Implementation :: PyPy",
"Typing :: Typed",
],
install_requires=["bleach>=2.1.0", "docutils>=0.13.1", "Pygments>=2.5.1"],
include_package_data=True,
Expand Down

0 comments on commit b5b3e0b

Please sign in to comment.