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

Support --package pyproject.toml #271

Open
janosh opened this issue Jun 1, 2023 · 0 comments
Open

Support --package pyproject.toml #271

janosh opened this issue Jun 1, 2023 · 0 comments

Comments

@janosh
Copy link

janosh commented Jun 1, 2023

Would be great if auto-changelog could read the latest version from pyproject.toml. Would make it easier to use with Python projects.

npm run auto-changelog --package pyproject.toml

raises

SyntaxError: Unexpected token 'b', "[build-syst"... is not valid JSON

Minimal example pyproject.toml

[build-system]
requires = ["setuptools>=61.2"]
build-backend = "setuptools.build_meta"

[project]
name = "pkg-name"
version = "1.0.0"
# ...
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

No branches or pull requests

1 participant