mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-02-17 08:14:42 +04:00
Fix entry_points
This commit is contained in:
parent
eb592046e3
commit
18976b501d
6 changed files with 32 additions and 24 deletions
10
setup.py
10
setup.py
|
|
@ -12,8 +12,10 @@ setup(
|
|||
'pyyaml',
|
||||
'simplejson',
|
||||
],
|
||||
scripts=[
|
||||
'scripts/pre-commit.py',
|
||||
'scripts/validate-manifest.py',
|
||||
],
|
||||
entry_points={
|
||||
'console_scripts': [
|
||||
'pre-commit = pre_commit.entry_points:pre_commit_func',
|
||||
'validate-manifest = pre_commit.entry_points:validate_manifest_func',
|
||||
],
|
||||
}
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue