labscript-suite / labscript-utils

Shared modules used by the 𝘭𝘒𝘣𝘴𝘀𝘳π˜ͺ𝘱𝘡 𝘴𝘢π˜ͺ𝘡𝘦. Includes a graphical exception handler, debug tools, configuration management, cross platform filepath conversions, unit conversions and custom GUI widgets.
http://labscriptsuite.org
Other
2 stars 45 forks source link

Remove code specific to building with setuptools_conda #41

Closed chrisjbillington closed 4 years ago

chrisjbillington commented 4 years ago

In the latest setuptools_conda, this is not necessary - the dist_conda command is available without having to explicitly declare it in setup.py, and the file path issue was sorted out by having setuptools_conda build wheels as an intermediate, more closely matching what a pip install does (this is the most commonly used way to build conda packages anyway, so it's what setuptools_conda should have been doing all along)

Also, setuptools_conda introspects python versions from package classifiers, so that doesn't need to be declared.