Skip to content

Commit 9388b64

Browse files
committed
Moved entry-points to pyproject.toml !minor
1 parent 01870d5 commit 9388b64

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

pyproject.toml

+5
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,11 @@ dependencies = [
4444
"tomlkit",
4545
]
4646

47+
[project.scripts]
48+
bump-my-version = "bumpversion.cli:cli"
49+
bumpversion = "bumpversion.cli:cli"
50+
51+
4752
[project.urls]
4853
homepage = "https://github.com/callowayproject/bump-my-version"
4954
repository = "https://github.com/callowayproject/bump-my-version.git"

setup.cfg

-5
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,2 @@
11
[darglint]
22
ignore = DAR402
3-
4-
[options.entry_points]
5-
console_scripts =
6-
bump-my-version = bumpversion.cli:cli
7-
bumpversion = bumpversion.cli:cli

0 commit comments

Comments
 (0)