Skip to content

Set license and license-files key in project metadata to follow PEP639 #75

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

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

weiji14
Copy link
Member

@weiji14 weiji14 commented Apr 11, 2025

Adhere to https://peps.python.org/pep-0639 to specify Apache-2.0 license in SPDX format. Works on setuptools>=77.
@weiji14 weiji14 added this to the 0.2.0 milestone Apr 11, 2025
@weiji14 weiji14 self-assigned this Apr 11, 2025
@@ -1,12 +1,13 @@
[build-system]
requires = ["setuptools", "versioneer[toml]"]
requires = ["setuptools>=77", "versioneer[toml]"]
Copy link
Member Author

@weiji14 weiji14 Apr 11, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

So setuptools>=75.4.0 requires Python 3.9+, but we are on Python 3.8. Time to upgrade I suppose (will do in a separate PR. Edit: See #76).

@weiji14 weiji14 marked this pull request as ready for review April 11, 2025 04:52
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.

1 participant