Skip to content

Commit

Permalink
Merge pull request #1081 from paugier/fix-pipx-command-name
Browse files Browse the repository at this point in the history
pipx.run entry-points should be setuptools-scm
  • Loading branch information
RonnyPfannschmidt authored Jan 14, 2025
2 parents ae5322b + a558f31 commit 051ad96
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ repository = "https://github.com/pypa/setuptools-scm/"
[project.entry-points."distutils.setup_keywords"]
use_scm_version = "setuptools_scm._integration.setuptools:version_keyword"
[project.entry-points."pipx.run"]
setuptools-scm = "setuptools_scm._cli:main"
setuptools_scm = "setuptools_scm._cli:main"
[project.entry-points."setuptools.file_finders"]
setuptools_scm = "setuptools_scm._file_finders:find_files"
Expand Down

0 comments on commit 051ad96

Please sign in to comment.