Skip to content

Commit

Permalink
Add FastAPI classifier in setup.py (#10)
Browse files Browse the repository at this point in the history
This patch makes it clear in `setup.py` that we are related to FastAPI
so that it is easier to find it on PyPI.
  • Loading branch information
mristin committed Jan 28, 2022
1 parent 1e43036 commit a6ed40a
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 @@ -33,6 +33,7 @@
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Framework :: FastAPI",
],
license="License :: OSI Approved :: MIT License",
keywords="design-by-contract contracts automatic testing property-based",
Expand Down

0 comments on commit a6ed40a

Please sign in to comment.