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

modern packaging #151

Merged
merged 4 commits into from
Jun 17, 2023
Merged

modern packaging #151

merged 4 commits into from
Jun 17, 2023

Conversation

wimglenn
Copy link
Collaborator

Using python -m build will create:

dist
├── parse-1.19.0-py3-none-any.whl
└── parse-1.19.0.tar.gz

1 directory, 2 files

closes #144
closes #147

…idea of keeping them in sync by using the setup.py execution will not work with a declarative build system
@wimglenn wimglenn merged commit d290e1c into r1chardj0n3s:master Jun 17, 2023
@wimglenn wimglenn deleted the packaging branch June 17, 2023 05:26
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.

Move to pyproject.toml instead of setup.py for packaging Possible to publish wheel?
1 participant