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.
setup.py
1 parent 94e565f commit de409b5Copy full SHA for de409b5
setup.py
@@ -0,0 +1,5 @@
1
+"""Setup."""
2
+
3
+from setuptools import setup # type: ignore[import] # mypy error in GH Action
4
5
+setup()
0 commit comments