Skip to content

Migrate setup.py to pyproject.toml #172

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

Open
crosenth opened this issue Mar 7, 2025 · 0 comments
Open

Migrate setup.py to pyproject.toml #172

crosenth opened this issue Mar 7, 2025 · 0 comments
Assignees

Comments

@crosenth
Copy link
Member

crosenth commented Mar 7, 2025

pip --editable (setup.py devel) is deprecated and we should move from setup.py to pyproject.toml anyway.

Some additional notes:

pypa/pip#11457

% cd /src/taxtastic/
% pip install --editable .
DEPRECATION: Legacy editable install of taxtastic==0.10.1+52.g0d37ae3.dirty from file:///mnt/home/crosenth/src/taxtastic (setup.py develop) is deprecated. pip 25.1 will enforce this behaviour change. A possible replacement is to add a pyproject.toml or enable --use-pep517, and use setuptools >= 64. If the resulting installation is not behaving as expected, try using --config-se
ttings editable_mode=compat. Please consult the setuptools documentation for more information. Discussion can be found at https://github.com/pypa/pip/issues/11457
@crosenth crosenth self-assigned this Mar 7, 2025
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

No branches or pull requests

1 participant