Skip to content

Commit

Permalink
Advertise typing status via classifier (#13350)
Browse files Browse the repository at this point in the history
The package advertises its typing status to typing tools via `py.typed` file.
Adding the Trove Classifier helps advertise its typing status to PyPI browsers.

Without the classifier, this package will not appear in a scoped search:
https://pypi.org/search/?q=mypy&o=&c=Typing+%3A%3A+Typed
  • Loading branch information
miketheman authored Aug 7, 2022
1 parent dc118e2 commit 49e3386
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 @@ -179,6 +179,7 @@ def run(self):
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Topic :: Software Development",
"Typing :: Typed",
]

setup(
Expand Down

0 comments on commit 49e3386

Please sign in to comment.