Delete pyproject.toml
Browse files- pyproject.toml +0 -14
pyproject.toml
DELETED
|
@@ -1,14 +0,0 @@
|
|
| 1 |
-
[project]
|
| 2 |
-
name = "flowforge-api"
|
| 3 |
-
version = "0.1.0"
|
| 4 |
-
description = "AI workflow generation and validation service for FlowForge"
|
| 5 |
-
requires-python = ">=3.11,<3.14"
|
| 6 |
-
|
| 7 |
-
[tool.pytest.ini_options]
|
| 8 |
-
pythonpath = ["."]
|
| 9 |
-
testpaths = ["tests"]
|
| 10 |
-
asyncio_mode = "auto"
|
| 11 |
-
|
| 12 |
-
[tool.ruff]
|
| 13 |
-
line-length = 100
|
| 14 |
-
target-version = "py311"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|