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

MNT: Consolidate configuration #113

Merged
merged 4 commits into from Feb 20, 2019

Conversation

effigies
Copy link
Collaborator

This pushes the majority of tox.ini, setup.py, fitlins/__about__.py into the setup.cfg that we're already using for Versioneer. Additionally adds pyproject.toml, which allows specifying the versions of setuptools and wheel needed prior to running setup.py, which presents a boostrapping problem.

The extras_requires['all'] is a little more cumbersome, as it now has to be updated manually, but that should be a rare thing to touch anyway.

I'm not really sure about all the __*__ attributes in __about__... I don't know that anybody cares about any of them but __version__, but I'll leave them in for now.

@effigies effigies merged commit bebc4c7 into poldracklab:master Feb 20, 2019
@effigies effigies deleted the mnt/consolidate_cfg branch April 17, 2019 14:59
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.

None yet

1 participant