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

adopt flit for packaging #32

Merged
merged 3 commits into from
Dec 29, 2022
Merged

adopt flit for packaging #32

merged 3 commits into from
Dec 29, 2022

Conversation

chris48s
Copy link
Contributor

This PR migrates us to generating a template package that uses flit and pyproject.toml as the package build tool, rather than setuptools and setup.py. It is fairly heavily based on the work we did over in wagtail/wagtail-localize#589

.circleci/config.yml Outdated Show resolved Hide resolved
Copy link
Collaborator

@zerolab zerolab left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A few follow-ups, most related to #28

It is starting to shape up nicely. Will update #29 once this is in

wagtail-{{ cookiecutter.project_name_kebab }}/README.md Outdated Show resolved Hide resolved
wagtail-{{ cookiecutter.project_name_kebab }}/README.md Outdated Show resolved Hide resolved
#### Using flit

```sh
pip install flit
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
pip install flit
python -m pip install flit

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@chris48s chris48s merged commit 736308c into wagtail:main Dec 29, 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.

2 participants