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

Setuptools missing as dependency #79

Closed
MaximilianSoerenPollak opened this issue Nov 26, 2024 · 1 comment · May be fixed by #82
Closed

Setuptools missing as dependency #79

MaximilianSoerenPollak opened this issue Nov 26, 2024 · 1 comment · May be fixed by #82

Comments

@MaximilianSoerenPollak
Copy link
Contributor

Currently setuptools is indirectly required by the package but not stated as a dependency.

Also the pkg_resources namespace declaration is not needed since python 3.3.

@danwos
Copy link
Member

danwos commented Jan 17, 2025

I replaced setup.py with project.toml.
Setuptools is set there as build dependency.

See #90.

@danwos danwos closed this as completed Jan 17, 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

Successfully merging a pull request may close this issue.

2 participants