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

Switch to new build system using pyproject.toml #22

Merged
merged 5 commits into from
Mar 5, 2021
Merged

Conversation

AngelFP
Copy link
Owner

@AngelFP AngelFP commented Mar 5, 2021

This PR modernizes the build system to use the new recommended method of using a pyproject.toml file. It also moves all the contents of setup.py into setup.cfg. A side effect of this change is that the __version__ now has to be defined inside __init__.py instead of in its own file.

In addition, this PR also changes the testing from Travis to GitHub actions.

@AngelFP AngelFP merged commit 6053251 into dev Mar 5, 2021
@AngelFP AngelFP deleted the change_setup branch March 5, 2021 17:24
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