Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Remove code specific to building with setuptools_conda #41

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged

Conversation

chrisjbillington
Copy link
Member

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.

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.
@rpanderson rpanderson merged commit 3b013ad into labscript-suite:master May 23, 2020
@chrisjbillington chrisjbillington deleted the remove-conda-cruft branch May 24, 2020 16:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants