jjardon commented on code in PR #2163:
URL: https://github.com/apache/buildstream/pull/2163#discussion_r3873895851
##########
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 = "Apache-2.0"
+requires-python = ">=3.10"
+authors = [
+ { name = "The Apache Software Foundation", email =
"[email protected]" },
+]
+classifiers = [
+ "Environment :: Console",
+ "Intended Audience :: Developers",
+ "License :: OSI Approved :: Apache Software License",
+ "Operating System :: POSIX",
+ "Programming Language :: Python :: 3",
+ "Programming Language :: Python :: 3.10",
+ "Programming Language :: Python :: 3.11",
+ "Programming Language :: Python :: 3.12",
+ "Programming Language :: Python :: 3.13",
+ "Programming Language :: Python :: 3.14",
+ "Topic :: Software Development :: Build Tools",
+]
+
+[project.urls]
+Homepage = "https://buildstream.build"
Review Comment:
That is a change in content; prefer to do it as part of other PR
--
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]