Skip to content

Commit 7a529c6

Browse files
hugovkbhrutledge
andauthored
Document the 'Private ::' classifier prefix (pypa#1056)
Co-authored-by: Brian Rutledge <[email protected]>
1 parent 8a19e50 commit 7a529c6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

source/guides/distributing-packages-using-setuptools.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -325,6 +325,10 @@ projects on PyPI, not for installing projects. To actually restrict what
325325
Python versions a project can be installed on, use the :ref:`python_requires`
326326
argument.
327327

328+
To prevent a package from being uploaded to PyPI, use the special
329+
``'Private :: Do Not Upload'`` classifier. PyPI will always reject packages with
330+
classifiers beginning with ``"Private ::'``.
331+
328332

329333
``keywords``
330334
~~~~~~~~~~~~

0 commit comments

Comments
 (0)