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

missing pyproject.toml #211

Open
ymahlich opened this issue Sep 26, 2024 · 0 comments
Open

missing pyproject.toml #211

ymahlich opened this issue Sep 26, 2024 · 0 comments
Assignees

Comments

@ymahlich
Copy link
Collaborator

When installing a python package locally via pip that I actively develop on I prefer doing so via pip install -e/--editable <path-to-local-git-repo>. This allows me to being able to import the package from anywhere without having to reinstall it after every change.

setuptools / setup.py is being deprecated. pip recommends switching to a pyproject.toml.

I don't think this is necessarily urgent, but maybe something to keep in the back of our heads.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: No status
Development

No branches or pull requests

2 participants