Skip to content

Commit de409b5

Browse files
committed
add setup.py
1 parent 94e565f commit de409b5

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

setup.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)