Make GAM pip-installable (#1417)

* wip: make pip-installable

* resolve @jay0lee's comments
This commit is contained in:
Janosh Riebesell
2021-08-27 16:24:02 +01:00
committed by GitHub
parent 481bfa5440
commit 1100fdd456
2 changed files with 52 additions and 0 deletions

3
src/setup.py Normal file
View File

@@ -0,0 +1,3 @@
from setuptools import setup
setup()