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

Commit 336be13

Browse files
committed
Fixed installation of console entry point.
1 parent 9f8d7ff commit 336be13

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

README.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,11 @@ Convert it to JUnit XML format:
3535
Releases
3636
--------
3737

38+
0.2 - 2015-10-24
39+
^^^^^^^^^^^^^^^^
40+
41+
Added console entry point.
42+
3843
0.1 - 2015-10-24
3944
^^^^^^^^^^^^^^^^
4045

setup.py

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,5 +42,11 @@ def get_long_description():
4242
'Topic :: Software Development :: Quality Assurance',
4343
],
4444

45-
scripts=['cpplint_junit.py']
45+
scripts=['cpplint_junit.py'],
46+
47+
entry_points={
48+
'console_scripts': [
49+
'cpplint_junit = cpplint_junit:main',
50+
],
51+
}
4652
)

0 commit comments

Comments
 (0)