Skip to content

Convert setup.py to pyproject.toml - #164

Merged
bartvanandel merged 4 commits into
masterfrom
chore/convert-setuppy-to-pyproject
Jul 30, 2026
Merged

Convert setup.py to pyproject.toml#164
bartvanandel merged 4 commits into
masterfrom
chore/convert-setuppy-to-pyproject

Conversation

@bartvanandel

Copy link
Copy Markdown
Collaborator
  • Transfer all setup instructions from setup.py and all requirements files into pyproject.toml
  • Specify minimum version for setuptools, to enforce proper pyproject project section support
  • Update project classifiers with supported Python versions
  • Add missing project urls
  • Move CLI tool into package
  • Remove myself from authors and add to maintainers
  • Update CI script (needs testing)

@bartvanandel
bartvanandel force-pushed the chore/convert-setuppy-to-pyproject branch 2 times, most recently from af81794 to d4ed2ad Compare July 30, 2026 11:29
- Transfer all setup instructions from setup.py and all requirements
  files into pyproject.toml
- Specify minimum version for setuptools, to enforce proper pyproject
  project section support
- Update project classifiers with supported Python versions
- Add missing project urls
- Move CLI tool into package
- Remove myself from authors and add to maintainers
- Update CI script (needs testing)
@bartvanandel
bartvanandel force-pushed the chore/convert-setuppy-to-pyproject branch from d4ed2ad to 793161b Compare July 30, 2026 11:30
@bartvanandel
bartvanandel marked this pull request as ready for review July 30, 2026 11:54
@bartvanandel
bartvanandel merged commit cc92827 into master Jul 30, 2026
14 checks passed
@bartvanandel
bartvanandel deleted the chore/convert-setuppy-to-pyproject branch July 30, 2026 12:03
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