We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01870d5 commit 9388b64Copy full SHA for 9388b64
pyproject.toml
@@ -44,6 +44,11 @@ dependencies = [
44
"tomlkit",
45
]
46
47
+[project.scripts]
48
+bump-my-version = "bumpversion.cli:cli"
49
+bumpversion = "bumpversion.cli:cli"
50
+
51
52
[project.urls]
53
homepage = "https://github.com/callowayproject/bump-my-version"
54
repository = "https://github.com/callowayproject/bump-my-version.git"
setup.cfg
@@ -1,7 +1,2 @@
1
[darglint]
2
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