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

Document build time dependencies in pyproject.toml. #9

Merged
merged 1 commit into from
Feb 26, 2023

Conversation

sebastic
Copy link
Contributor

geolinks 0.2.0 still uses the deprecated distutils which will be removed in Python 3.12.

This is fortunately already fixed in master where setuptools is used instead. The build time dependency on a third-party package is not documented though. Because setup_requires is deprecated, PEP 517 (pyproject.toml) is used for the build time dependencies.

The imports are also grouped according to PEP 8.

@tomkralidis tomkralidis merged commit 87a2c8b into geopython:master Feb 26, 2023
@sebastic sebastic deleted the pep517 branch February 26, 2023 16:28
@tomkralidis
Copy link
Member

Thanks @sebastic. FYI geolinks 0.2.1 is now released on PyPI.

cc @kalxas

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