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