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

Drop [project] from pyproject.toml for forward-compatibility #903

Closed
wants to merge 1 commit into from

Conversation

Rongronggg9
Copy link
Contributor

#900 (comment)

As @abravalheri advised, it is better to drop the [project] table from pyproject.toml to avoid the future releases of setuptools ignoring the configurations listed in setup.py.

@bszema
Copy link

bszema commented May 19, 2022

any update on this review?

I have problem with building my docker because of this section.

@Rongronggg9
Copy link
Contributor Author

Rongronggg9 commented May 19, 2022

@bszema Upgrade setuptools before installing asyncpg should help. However, it is just a temporary workaround as documented in pypa/setuptools#3218.

pip install --no-cache-dir --upgrade pip setuptools wheel

@bszema
Copy link

bszema commented May 19, 2022

@bszema Upgrade setuptools before installing asyncpg should help. However, it is just a temporary workaround as documented in pypa/setuptools#3218.

pip install --no-cache-dir --upgrade pip setuptools wheel

thanks a lot that helped!

@elprans
Copy link
Member

elprans commented Oct 9, 2023

Fixed by #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.

3 participants