Skip to content

Commit 36092e8

Browse files
committed
renamed directory
1 parent 7bd9b42 commit 36092e8

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed
File renamed without changes.
File renamed without changes.

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,10 @@ def get_version(rel_path):
4242
license='MIT',
4343
packages=['pre_commit_hooks'],
4444
zip_safe=False,
45-
version=get_version("hooks/__init__.py"),
45+
version=get_version("pre_commit_hooks/__init__.py"),
4646
entry_points={
4747
'console_scripts': [
48-
'format-c-source=hooks.format_c_source:main',
48+
'format-c-source=pre_commit_hooks.format_c_source:main',
4949
],
5050
},
5151

0 commit comments

Comments
 (0)