Skip to content

Commit ec82df2

Browse files
committed
Reintroduce (redundant) setup.py.
Needed for Binder.
1 parent d4d7b69 commit ec82df2

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

setup.py

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
"""MPyC setup script.
2+
3+
Run: "pip install ."
4+
Or: "pip install -e ."
5+
"""
6+
7+
from setuptools import setup
8+
9+
setup()

0 commit comments

Comments
 (0)