Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 85586eb + 6a98002 commit e010d8fCopy full SHA for e010d8f
1 file changed
Doc/distutils/setupscript.rst
@@ -671,20 +671,6 @@ information is sometimes used to indicate sub-releases. These are
671
],
672
)
673
674
-If you wish to include classifiers in your :file:`setup.py` file and also wish
675
-to remain backwards-compatible with Python releases prior to 2.2.3, then you can
676
-include the following code fragment in your :file:`setup.py` before the
677
-:func:`setup` call. ::
678
-
679
- # patch distutils if it can't cope with the "classifiers" or
680
- # "download_url" keywords
681
- from sys import version
682
- if version < '2.2.3':
683
- from distutils.dist import DistributionMetadata
684
- DistributionMetadata.classifiers = None
685
- DistributionMetadata.download_url = None
686
687
688
.. _debug-setup-script:
689
690
Debugging the setup script
0 commit comments