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

Make this package a package #1

Open
wants to merge 13 commits into
base: main
Choose a base branch
from
Open

Conversation

lysogeny
Copy link

These changes turn this package into a package.

To do this:

  • Addea pyproject.toml that specifies dependencies, build system and other package medata.
  • Move the main module source to src/resolve_tools
  • Add __init__.py files
  • Change the name of the module to snake_case
  • Include a github actions workflow to build the package and display the build status badge.

These changes make this easily installable via pip:

pip install git+https://github.com/lysogeny/ResolveTools # update if merged

Note: You should probably change the URI of the badge to this repository if you pull it.

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.

1 participant