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