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.
1 parent f3b334b commit c60fcceCopy full SHA for c60fcce
setup.py
@@ -37,11 +37,6 @@
37
import sys, os
38
from glob import glob
39
40
-# patch distutils if it can't cope with the "classifiers" keyword
41
-from distutils.dist import DistributionMetadata
42
-if not hasattr(DistributionMetadata, 'classifiers'):
43
- DistributionMetadata.classifiers = None
44
- DistributionMetadata.download_url = None
45
46
def include(d, e):
47
"""Generate a pair of (directory, file-list) for installation.
0 commit comments