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 41ab2ac commit b874fb3Copy full SHA for b874fb3
setup.py
@@ -0,0 +1,9 @@
1
+#!/usr/bin/env python
2
+"""Setup script for backwards compatibility with Python 3.6 pip."""
3
+
4
+from setuptools import setup
5
6
+# All configuration is in pyproject.toml
7
+# This file exists for compatibility with older pip versions
8
+# that don't support PEP 660 (editable installs from pyproject.toml)
9
+setup()
0 commit comments