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

setup.py -> pyproject.toml (PEP 621) #41

Merged
merged 3 commits into from
Sep 4, 2022
Merged

setup.py -> pyproject.toml (PEP 621) #41

merged 3 commits into from
Sep 4, 2022

Conversation

tony
Copy link
Contributor

@tony tony commented Sep 3, 2022

Fixes #39

Changes

Packaging

  • Removes setup.py
  • Adds pyproject.toml, compliant with PEP 518, PEP 621

Testing

  • tox requires isolated_build = true and a [build-system] declaration (which you need anyway to package)

@tony tony changed the title setup.py -> pyproject.toml (PEP 664) setup.py -> pyproject.toml (PEP 621) Sep 3, 2022
@twmr twmr merged commit 460b628 into twmr:master Sep 4, 2022
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.

PEP621 / pyproject.toml for easier optional dependencies
2 participants