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

Migrate setup.py to setup.cfg #1266

Closed
chris34 opened this issue Jun 18, 2023 · 3 comments · Fixed by #1329
Closed

Migrate setup.py to setup.cfg #1266

chris34 opened this issue Jun 18, 2023 · 3 comments · Fixed by #1329

Comments

@chris34
Copy link
Member

chris34 commented Jun 18, 2023

As far as i see it, we dont need the advanced capabilities of setup.py . Thus, ideally we can migrate all (or most) from the setup.py to setup.cfg.

Django's setup.cfg should be a good inspiration.

@chris34
Copy link
Member Author

chris34 commented Aug 26, 2023

pip-tools also supports pyproject.tomljazzband/pip-tools#1863

@chrysle
Copy link
Contributor

chrysle commented Aug 13, 2024

I'd be in favour of migrating to pyproject.toml instead, which is state-of-the-art technology for declarative config in the Python packaging ecosystem nowadays. I could contribute a patch.

@chris34
Copy link
Member Author

chris34 commented Aug 13, 2024

I'd be in favour of migrating to pyproject.toml ... I could contribute a patch.

Feel free to do so. To my knowledge nobody else is working on that at the moment.

I would expect that pip-tools just works; it can be a point to test later on.

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

Successfully merging a pull request may close this issue.

2 participants