Skip to content

Commit

Permalink
Moved entry-points to pyproject.toml !minor
Browse files Browse the repository at this point in the history
  • Loading branch information
coordt committed Apr 22, 2023
1 parent 01870d5 commit 9388b64
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
5 changes: 5 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,11 @@ dependencies = [
"tomlkit",
]

[project.scripts]
bump-my-version = "bumpversion.cli:cli"
bumpversion = "bumpversion.cli:cli"


[project.urls]
homepage = "https://github.com/callowayproject/bump-my-version"
repository = "https://github.com/callowayproject/bump-my-version.git"
Expand Down
5 changes: 0 additions & 5 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,7 +1,2 @@
[darglint]
ignore = DAR402

[options.entry_points]
console_scripts =
bump-my-version = bumpversion.cli:cli
bumpversion = bumpversion.cli:cli

0 comments on commit 9388b64

Please sign in to comment.