We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48df0a6 commit 1fb3d24Copy full SHA for 1fb3d24
setup.py
@@ -0,0 +1,6 @@
1
+import setuptools
2
+
3
4
+if __name__ == "__main__":
5
+ # See `setup.cfg` and `pyproject.toml` for configuration.
6
+ setuptools.setup()
0 commit comments