Skip to content

Commit

Permalink
Merge pull request #39 from synkd/add_script_to_pyproject.toml
Browse files Browse the repository at this point in the history
Add `scripts` section to pyproject.toml
  • Loading branch information
synkd authored Jun 7, 2024
2 parents 2f9263e + c2587c2 commit f29bb5f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,5 @@ jobs:
pip install -U pip
pip install -U .[test]
cp manifester_settings.yaml.example manifester_settings.yaml
manifester --help
pytest -v tests/
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,9 @@ setup = [
"twine",
]

[project.scripts]
manifester = "manifester.commands:cli"

[tools.setuptools]
platforms = ["any"]
zip-safe = false
Expand Down

0 comments on commit f29bb5f

Please sign in to comment.