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

Modernize build system #2

Merged
merged 5 commits into from
Feb 12, 2024

Conversation

kwinkunks
Copy link
Contributor

This PR depends on #1 -- will need to merge that first.

The goal here was to get rid of setup.py, because it had conflicting metadata and you no longer need both it and pyproject.toml.

Note. In order to build and install the project, you have two options:

  • pip install . or pip install -e . (editable, for using during development) -- you will probably do this most of the time.
  • python -m build which will create the wheel and the zip package for upload to PyPI.

Any questions, let me know.

Also changed links in README and did some minor reformatting in there.
Moved notebooks and images to own dirs
Also edited the instructions a little. Checked build.
@kwinkunks kwinkunks mentioned this pull request Feb 9, 2024
@zsylvester zsylvester merged commit 72f179e into zsylvester:main Feb 12, 2024
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.

2 participants