File size: 106 Bytes
d75ad39 |
1 2 3 4 5 6 |
import setuptools
# This is to make sure that the package supports editable installs
setuptools.setup()
|
d75ad39 |
1 2 3 4 5 6 |
import setuptools
# This is to make sure that the package supports editable installs
setuptools.setup()
|