Loading setup.py 0 → 100644 +6 −0 Original line number Diff line number Diff line # this file is necessary so conda can read the contents of setup.cfg using # its load_setup_py_data function from setuptools import setup from versioningit import get_cmdclasses setup(cmdclass=get_cmdclasses()) Loading
setup.py 0 → 100644 +6 −0 Original line number Diff line number Diff line # this file is necessary so conda can read the contents of setup.cfg using # its load_setup_py_data function from setuptools import setup from versioningit import get_cmdclasses setup(cmdclass=get_cmdclasses())