Skip to content
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

Clean setup #64

Open
zaccharieramzi opened this issue Jan 7, 2020 · 0 comments
Open

Clean setup #64

zaccharieramzi opened this issue Jan 7, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@zaccharieramzi
Copy link
Contributor

Right now the setup file and the travis configuration are doing a lot of duplicated things, sometimes in a very dodgy way.

We should clearly list the dependencies in the setup, and in the setup only, with the dependencies clearly put in the right places (for example only numpy and cython are in the setup_require I think).

This will allow us to have a single place to list dependencies, avoid duplication and confusion.

It will also remove the calls to pip in setup.py which might cause issues depending on the pip version.

@zaccharieramzi zaccharieramzi added the enhancement New feature or request label Jan 7, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant