Skip to content

Commit

Permalink
Merge pull request #5 from numberly/release/0.7.0
Browse files Browse the repository at this point in the history
release(0.7.0): remove private classifier
  • Loading branch information
Lowaiz committed Sep 6, 2023
2 parents 0104ca6 + ebe8848 commit 9bbd9f2
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,7 @@ classifiers = [
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Typing :: Typed",
"Topic :: Internet :: WWW/HTTP",
# Include this classifier to prevent accidently publishing private code to PyPI.
# https://pypi.org/classifiers/
"Private :: Do Not Upload",
"Topic :: Internet :: WWW/HTTP"
]
requires-python = ">=3.10"
dependencies = [
Expand Down

0 comments on commit 9bbd9f2

Please sign in to comment.