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

Prepare for PyPI package #66

Draft
wants to merge 7 commits into
base: v1
Choose a base branch
from
Draft

Prepare for PyPI package #66

wants to merge 7 commits into from

Conversation

plaplant
Copy link

@plaplant plaplant commented Oct 18, 2024

This PR does a few things:

  • Moves package installation from a setup.py model to pyproject.toml.
  • Starts using the 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:

  • Selecting a unique name for the package on PyPI (as ares is already taken 😢).
  • Refactoring how data files are installed/generated.
  • Writing auxiliary helper functions for the 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.

Sorry, something went wrong.

plaplant and others added 7 commits October 18, 2024 13:28

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
…ation of core files
…l notes and acknowledgements to separate files INSTALL.rst and THANKS.rst
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

2 participants