-
-
Notifications
You must be signed in to change notification settings - Fork 18
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
setup.py improvements #141
Conversation
Update: Travis was dropped, Travis-related changes were dropped, see below. |
OK, this is ready for review and merge; I removed the Travis fixes that would have conflicted with #127 |
PS: I chose not to make
|
lgtm |
141: setup.py improvements r=astronouth7303 a=nbraud Mostly the same thing as ppb/pursuedpybear#223 and ppb/pursuedpybear#224 : - [x] Rename `*-requirements.txt` to `requirements-*.txt` to follow PPB's convention. - [x] Extract runtime dependencies to `requirements.txt`. - [x] Move all metadata from `setup.py` to `setup.cfg`. - [x] Declare test dependencies in `setup.py`, integrate with `pytest`. - [x] Use `pyproject.toml` to explicitly declare that we are using `setuptools`. Co-authored-by: Nicolas Braud-Santoni <nicolas@braud-santoni.eu>
Build succeeded
|
Mostly the same thing as ppb/pursuedpybear#223 and ppb/pursuedpybear#224 :
*-requirements.txt
torequirements-*.txt
to follow PPB's convention.requirements.txt
.setup.py
tosetup.cfg
.setup.py
, integrate withpytest
.pyproject.toml
to explicitly declare that we are usingsetuptools
.