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

Adopt PEP 621, move metadata into pyproject.toml #904

Closed
wants to merge 1 commit into from

Conversation

Rongronggg9
Copy link
Contributor

@Rongronggg9 Rongronggg9 commented Mar 26, 2022

#900 (comment)

Support for declaring project metadata or configuring setuptools via pyproject.toml files is still experimental and might change (or be removed) in future releases.

As @abravalheri advised, we should either drop the [project] table (#903) or fully adopt PEP 621 (this PR). However, since the support for pyproject.toml of setuptools is still experimental and requires a fairly high setuptools version, we'd better wait at least until it stabilizes and asyncpg officially drops the compatibility with Python 3.6. I will keep tracking on this.

If the maintainers are never willing to adopt PEP 621 even in the foreseeable future, just close this PR.

PEP 621 is supported in setuptools starting from version 61, not 60.
@elprans
Copy link
Member

elprans commented Oct 9, 2023

I ended up fixing this properly in #1045

@elprans elprans closed this Oct 9, 2023
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 this pull request may close these issues.

None yet

2 participants