potiuk commented on code in PR #36035:
URL: https://github.com/apache/airflow/pull/36035#discussion_r1413197864
##########
dev/diagrams/pyproject.toml:
##########
@@ -0,0 +1,25 @@
+[build-system]
+requires = [
+ "setuptools",
+ "wheel",
+]
+
+[project]
+name = "generate-airflow-architecture"
+version = "0.1.0"
+description = "Generate airflow architecture"
+authors = [{ name = "Apache Airflow PMC", email = "[email protected]" }]
+requires-python = ">=3.8"
+classifiers = [
+ "Programming Language :: Python :: 3 :: Only",
+ "Programming Language :: Python :: 3.8",
+ "Programming Language :: Python :: 3.9",
+ "Programming Language :: Python :: 3.10",
+ "Programming Language :: Python :: 3.11",
+ "Programming Language :: Python :: 3.12",
+]
+dependencies = [
+ "diagrams",
+ "rich"
+]
+scripts.generate_airflow_architecture = "generate_airflow_architectire:cli"
Review Comment:
Yeah. I will remove it eventually when I move it to pre-commit :)
--
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]