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

Use pyproject.toml for build configs #107

Closed
jsstevenson opened this issue Jan 29, 2025 · 1 comment
Closed

Use pyproject.toml for build configs #107

jsstevenson opened this issue Jan 29, 2025 · 1 comment
Assignees

Comments

@jsstevenson
Copy link
Contributor

Local installation of the library in its current state emits the following warning:

DEPRECATION: Legacy editable install of vrs_anvil_toolkit==0.2.0rc4 from file:///Users/jss009/code/vrs_anvil_toolkit (setup.py develop) is deprecated. pip 25.0 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-settings editable_mode=compat. Please consult the setuptools documentation for more information. Discussion can be found at https://github.com/pypa/pip/issues/11457

It's simple enough to just define everything in a pyproject.toml file. We can consolidate what's currently in setup.py and the requirements files into one place.

@jsstevenson jsstevenson self-assigned this Jan 29, 2025
@jsstevenson
Copy link
Contributor Author

Ope! closed in #112

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