Skip to content

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

Merged
twmr merged 3 commits intotwmr:masterfrom
tony:pyproject
Sep 4, 2022
Merged

setup.py -> pyproject.toml (PEP 621)#41
twmr merged 3 commits intotwmr:masterfrom
tony:pyproject

Conversation

@tony
Copy link
Copy Markdown
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