Skip to content

Commit

Permalink
Add Typing :: Typed classifier
Browse files Browse the repository at this point in the history
  • Loading branch information
ymyzk committed Dec 29, 2021
1 parent 7c2c647 commit 3462583
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions setup.cfg
Expand Up @@ -21,9 +21,6 @@ classifiers =
Intended Audience :: Developers
License :: OSI Approved :: MIT License
Operating System :: OS Independent
Topic :: Software Development :: Testing
Topic :: Software Development :: Libraries
Topic :: Utilities
Programming Language :: Python :: 3
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3.6
Expand All @@ -33,6 +30,10 @@ classifiers =
Programming Language :: Python :: 3.10
Programming Language :: Python :: Implementation :: CPython
Programming Language :: Python :: Implementation :: PyPy
Topic :: Software Development :: Testing
Topic :: Software Development :: Libraries
Topic :: Utilities
Typing :: Typed

[options]
packages = find:
Expand Down Expand Up @@ -114,4 +115,4 @@ extras = testing
max-line-length = 88

[mypy]
ignore_missing_imports = True
ignore_missing_imports = True

0 comments on commit 3462583

Please sign in to comment.