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

Add a pyproject.toml #379

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

Add a pyproject.toml #379

wants to merge 1 commit into from

Conversation

kpcyrd
Copy link

@kpcyrd kpcyrd commented Nov 3, 2023

This allows building the project into a wheel with:

python -m build --wheel --no-isolation

Instead of the deprecated:

./setup.py build

@Ousret
Copy link
Owner

Ousret commented Nov 11, 2023

Indeed, we'll have to make one.
Unfortunately, I don't want a minimalist one, the plan is to remove setup.cfg and maybe (if possible) setup.py.
The build backend should be hatchling.

If you want to take a shot at this, I'll review it.
Otherwise, I'll do it later.

@Ousret Ousret added the question Further information is requested label Nov 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants