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

Update project metadata (with new Poetry version) #1291

Open
koeaw opened this issue Oct 15, 2024 · 0 comments
Open

Update project metadata (with new Poetry version) #1291

koeaw opened this issue Oct 15, 2024 · 0 comments
Labels
tooling Tools, workflows, integrations etc. relevant to project maintenance, deployment, collaboration

Comments

@koeaw
Copy link
Contributor

koeaw commented Oct 15, 2024

Switch [tool.poetry] section in pyproject.toml

[tool.poetry]
name = "apis-core"
version = "0.28.0"
description = "Base package for the APIS framework"
authors = [
"Matthias Schlögl <[email protected]>",
"Birger Schacht <[email protected]>",
"K Kollmann <[email protected]>",
"Saranya Balasubramanian <[email protected]>"
]
license = "MIT"
packages = [{include = "apis_core"}]
include = [{path = "LICENSE.txt", format = "sdist"}, {path = "README.rst", format = "sdist"}]
exclude = ["manage.py", "__pycache__"]

to [project] (format) once Poetry 2.0.0 is released.

See Python packaging user guide and PyPI docs for more info on how PyPI uses the [project] section to read out/display project metadata, which we should take advantage of when apis-core-rdf is released on PyPI.

@koeaw koeaw added the tooling Tools, workflows, integrations etc. relevant to project maintenance, deployment, collaboration label Oct 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
tooling Tools, workflows, integrations etc. relevant to project maintenance, deployment, collaboration
Projects
None yet
Development

No branches or pull requests

1 participant