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 537f878 commit 3de5b17Copy full SHA for 3de5b17
1 file changed
setup.py
@@ -1,4 +1,7 @@
1
-from distutils.core import setup
+try:
2
+ from setuptools import setup
3
+except ImportError:
4
+ from distutils.core import setup
5
6
from jsonschema import __version__
7
0 commit comments