Skip to content

Commit

Permalink
feat: add a simple CLI
Browse files Browse the repository at this point in the history
Signed-off-by: Henry Schreiner <[email protected]>
  • Loading branch information
henryiii committed Oct 10, 2024
1 parent bd15fbf commit 7730ec6
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,19 @@ test = [
'tomli>=1.0.0;python_version<"3.11"',
'exceptiongroup;python_version<"3.11"', # Optional
]
cli = [
"tomli;python_version<'3.11'",
'exceptiongroup;python_version<"3.11"',
]

[project.urls]
changelog = "https://pep621.readthedocs.io/en/stable/changelog.html"
homepage = "https://github.com/pypa/pyproject-metadata"

[project.scripts]
pyproject-metadata = "pyproject_metadata.__main__:main"


[tool.flit.sdist]
include = ["LICENSE", "tests/**", "docs/**", ".gitignore"]

Expand Down

0 comments on commit 7730ec6

Please sign in to comment.