Open pombredanne opened 2 weeks ago
Just for the record: The original upstream docs for this are at https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#classifiers
From the docs:
To prevent a package from being uploaded to PyPI, use the special Private :: Do Not Upload classifier. PyPI will always reject packages with classifiers beginning with
Private ::
.
We want to use the is_private
flag set for python packages which has a classifier containing Private ::
Examples: https://github.com/search?q=%22Private+%3A%3A%22+path%3A**%2Fpyproject.toml+&type=code&ref=advsearch
See: