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

Create pyproject.toml for project metadata and build dependencies #46

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

mwtoews
Copy link

@mwtoews mwtoews commented Nov 10, 2022

This PR add pyproject.toml to describe the project metadata (docs) and build dependencies. Keep setup.py for now, as some environments expect to see this file. Also, require Python 3.7+, as noted in recent commit. Replace it with Python 3.9 in README.rst (even though this is two versions behind the latest Python 3.11).

The sdist and whl packages can simply be built and checked using:

pip install build twine
rm -rf dist
python -m build
twine check --strict dist/*

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