-
Notifications
You must be signed in to change notification settings - Fork 18
Prepare for PyPI package #66
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
base: v1
Are you sure you want to change the base?
Conversation
…ation of core files
…l notes and acknowledgements to separate files INSTALL.rst and THANKS.rst
…eh kwarg to hmf setup as per SGM's suggestion
…s for tests into SEDS subdirectory
…, added 'gdown' to list of requirements
Hi @plaplant, I've been working my way through this stuff and we might be ready for some initial checks. Here's what I've done:
Hopefully this is the kind of stuff you were thinking about, but let me know if you have other suggestions. Note that the test suite will still fail right now (I get 6 failures), but none of the failures are related to missing files. They are known issues I'm working on but I can fix separately from this PR. Anyways, let me know if you have other ideas and/or if we could proceed to merge this into the v1 branch. |
This PR does a few things:
setup.py
model topyproject.toml
.tmp_path
fixture from pytest for temporary directories.The larger goal here is to start hosting this repo on PyPI. Some outstanding issues that still require addressing:
ares
command-line utility to support initial package setup/installation.Some of the above may be broken off into separate PRs, but I wanted to make a list of issues that should probably be addressed before uploading to PyPI.