We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e89f68 commit b9bb50cCopy full SHA for b9bb50c
pyproject.toml
@@ -31,9 +31,6 @@ include = [
31
"c2cgeoform/py.typed",
32
]
33
34
-[tool.poetry.scripts]
35
-detect-requirements = 'requirements_detector.run:run'
36
-
37
[tool.poetry.dependencies]
38
python = ">=3.10,<4.0"
39
astroid = "^4.0"
@@ -49,3 +46,5 @@ twine = "^6.1.0"
49
46
coverage = "^5.5"
50
47
pytest-benchmark = "^3.4.1"
51
48
pytest-cov = "^2.12.1"
+[tool.poetry.scripts]
+detect-requirements = 'requirements_detector.run:run'
0 commit comments