Skip to content

Commit df1f51e

Browse files
committed
Add setup.py, for pypi publishing
1 parent f0ff406 commit df1f51e

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

setup.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
"""
2+
The project is configured in pyproject.toml. This script is left for the editable installation.
3+
"""
4+
5+
from setuptools import setup # type: ignore
6+
7+
setup()

0 commit comments

Comments
 (0)