Skip to content
This repository was archived by the owner on Sep 28, 2020. It is now read-only.

Commit f941ec2

Browse files
committed
Fixed module name.
1 parent 556130e commit f941ec2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ def get_long_description():
1212

1313

1414
setup(
15-
name='flake8-strings',
15+
name='cpplint-junit',
1616
version=cpplint_junit.__version__,
1717

1818
description='Converts cpplint output to JUnit format.',
@@ -24,7 +24,7 @@ def get_long_description():
2424
url='https://github.com/johnthagen/cpplint-junit',
2525
license='MIT',
2626

27-
py_modules=['cpplint-junit'],
27+
py_modules=['cpplint_junit'],
2828
zip_safe=False,
2929

3030
classifiers=[
@@ -44,5 +44,5 @@ def get_long_description():
4444
'Topic :: Software Development :: Quality Assurance',
4545
],
4646

47-
scripts=['cpplint-junit']
47+
scripts=['cpplint_junit.py']
4848
)

0 commit comments

Comments
 (0)