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

Generate pyproject.toml #78

Open
Mandera opened this issue Apr 14, 2023 · 2 comments
Open

Generate pyproject.toml #78

Mandera opened this issue Apr 14, 2023 · 2 comments
Milestone

Comments

@Mandera
Copy link
Collaborator

Mandera commented Apr 14, 2023

ManderaGeneral/generalimport#18 (comment)

Maybe leave setup.py with a shim? https://stackoverflow.com/questions/62983756/what-is-pyproject-toml-file-for

@Mandera
Copy link
Collaborator Author

Mandera commented Apr 16, 2023

Maybe I could deprecate metadata.json and only use this?

@Mandera Mandera added this to the Contributing milestone Apr 30, 2023
@Mandera
Copy link
Collaborator Author

Mandera commented Jan 24, 2024

Had issues with pip install -e .
Found here that you can do pip install -e . --config-settings editable_mode=compat.
That works but writes a warning

DEPRECATION: Config settings are ignored for project file:///C:/Code/Repo/generallibrary. pip 23.3 will enforce this behaviour change. A possible replacement is to use --use-pep517 or add a pyproject.toml file to the project.

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

1 participant