Skip to content

Commit f29bb5f

Browse files
authored
Merge pull request #39 from synkd/add_script_to_pyproject.toml
Add `scripts` section to pyproject.toml
2 parents 2f9263e + c2587c2 commit f29bb5f

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/codeql-analysis.yml

+1
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,5 @@ jobs:
4444
pip install -U pip
4545
pip install -U .[test]
4646
cp manifester_settings.yaml.example manifester_settings.yaml
47+
manifester --help
4748
pytest -v tests/

pyproject.toml

+3
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,9 @@ setup = [
6363
"twine",
6464
]
6565

66+
[project.scripts]
67+
manifester = "manifester.commands:cli"
68+
6669
[tools.setuptools]
6770
platforms = ["any"]
6871
zip-safe = false

0 commit comments

Comments
 (0)