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

Remove setuptools dependency #116

Closed
aeisenbarth opened this issue May 16, 2024 · 2 comments · Fixed by #118
Closed

Remove setuptools dependency #116

aeisenbarth opened this issue May 16, 2024 · 2 comments · Fixed by #118

Comments

@aeisenbarth
Copy link

I could be mistaken, but to me it seems python-readchar should not specify setuptools as install requirement. Typically it is provided by the environment, or specified as build requirement. It is never imported and used in order to run readchar.

As a consequence, a specific version of setuptools leaks into my lock files and I have to specifically exclude it.

See also #111. In pyproject.toml, there would be:

[build-system]
requires = ["setuptools", "wheel"]

[project]
dependencies = [
]
@aeisenbarth
Copy link
Author

@aeisenbarth
Copy link
Author

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant