Skip to content

Commit

Permalink
renamed directory
Browse files Browse the repository at this point in the history
  • Loading branch information
delsauce committed Nov 11, 2022
1 parent 7bd9b42 commit 36092e8
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,10 @@ def get_version(rel_path):
license='MIT',
packages=['pre_commit_hooks'],
zip_safe=False,
version=get_version("hooks/__init__.py"),
version=get_version("pre_commit_hooks/__init__.py"),
entry_points={
'console_scripts': [
'format-c-source=hooks.format_c_source:main',
'format-c-source=pre_commit_hooks.format_c_source:main',
],
},

Expand Down

0 comments on commit 36092e8

Please sign in to comment.