juergbi commented on code in PR #2163:
URL: https://github.com/apache/buildstream/pull/2163#discussion_r3879223653
##########
pyproject.toml:
##########
@@ -23,6 +23,40 @@ requires = [
]
build-backend = "setuptools.build_meta"
+[project]
+name = "BuildStream"
+dynamic = ["version", "dependencies"]
+description = "A framework for modelling build pipelines in YAML"
+readme = { file = "README.rst", content-type = "text/x-rst" }
+license = { text = "Apache License Version 2.0" }
Review Comment:
You've included the setuptools version bump as otherwise CI failed with the
new license field. I've verified that `pip install` from the source directory
still works in a venv on Debian 12 despite Debian 12 installing setuptools 66.1.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]