Skip to content

Commit 9bbd9f2

Browse files
authored
Merge pull request #5 from numberly/release/0.7.0
release(0.7.0): remove private classifier
2 parents 0104ca6 + ebe8848 commit 9bbd9f2

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

pyproject.toml

+1-4
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,7 @@ classifiers = [
3030
"Programming Language :: Python :: 3.10",
3131
"Programming Language :: Python :: 3.11",
3232
"Typing :: Typed",
33-
"Topic :: Internet :: WWW/HTTP",
34-
# Include this classifier to prevent accidently publishing private code to PyPI.
35-
# https://pypi.org/classifiers/
36-
"Private :: Do Not Upload",
33+
"Topic :: Internet :: WWW/HTTP"
3734
]
3835
requires-python = ">=3.10"
3936
dependencies = [

0 commit comments

Comments
 (0)