Skip to content

Migrate packaging to pyproject.toml (0.4.1) - #11

Open
valbertovc wants to merge 1 commit into
fenrrir:masterfrom
valbertovc:chore/pyproject-compatibility
Open

Migrate packaging to pyproject.toml (0.4.1)#11
valbertovc wants to merge 1 commit into
fenrrir:masterfrom
valbertovc:chore/pyproject-compatibility

Conversation

@valbertovc

Copy link
Copy Markdown
Contributor

Summary

  • Replace setup.py with PEP 621 pyproject.toml using Hatchling as the build backend
  • Replace the standalone dokkupycli script with a [project.scripts] console entry point
  • Apply PEP 639 license metadata (license + license-files) and remove deprecated License :: trove classifier
  • Update README install/dependency/CLI examples and remove redundant requirements.txt
  • Bump version to 0.4.1

Test plan

  • python -m build produces sdist and wheel
  • twine check dist/* passes
  • pip install dist/*.whl and dokkupycli --help works

Made with Cursor

Replace setup.py and the standalone dokkupycli script with PEP 621 metadata and a console entry point, aligning license and README metadata with PyPI guidance.

Co-authored-by: Cursor <[email protected]>
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