Skip to content

Commit

Permalink
feat: add entry point
Browse files Browse the repository at this point in the history
  • Loading branch information
seyLu committed Oct 22, 2023
1 parent 9557d53 commit ec348e3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "ghlabel"
version = "0.0.2"
version = "0.0.3"
# Support Python 3.11.
requires-python = ">=3.11"
license = "MIT"
Expand All @@ -19,6 +19,9 @@ classifiers = [
"Homepage" = "https://github.com/seyLu/ghlabel"
"Bug Tracker" = "https://github.com/seyLu/ghlabel/issues"

[project.scripts]
ghlabel = "ghlabel.cli:app"

[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
Expand Down
File renamed without changes.

0 comments on commit ec348e3

Please sign in to comment.