We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2f9263e + c2587c2 commit f29bb5fCopy full SHA for f29bb5f
.github/workflows/codeql-analysis.yml
@@ -44,4 +44,5 @@ jobs:
44
pip install -U pip
45
pip install -U .[test]
46
cp manifester_settings.yaml.example manifester_settings.yaml
47
+ manifester --help
48
pytest -v tests/
pyproject.toml
@@ -63,6 +63,9 @@ setup = [
63
"twine",
64
]
65
66
+[project.scripts]
67
+manifester = "manifester.commands:cli"
68
+
69
[tools.setuptools]
70
platforms = ["any"]
71
zip-safe = false
0 commit comments