From ebe8848b1d810532b1ee0f4657aa5bbce74e3961 Mon Sep 17 00:00:00 2001 From: Lyonel Martinez Date: Wed, 6 Sep 2023 12:17:44 +0200 Subject: [PATCH] release(0.7.0): remove private classifier --- pyproject.toml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 7166463..ff93fcf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 = [