Skip to content
This repository was archived by the owner on Jan 1, 2026. It is now read-only.

Commit e661389

Browse files
committed
Add requirements.txt dependency.
1 parent 398a60b commit e661389

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

MANIFEST.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
include requirements.txt

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
setup(
55
name='cppcheck-junit',
6-
version='1.1.0',
6+
version='1.1.1',
77

88
description='Converts Cppcheck XML output to JUnit format.',
99
long_description=open('README.rst').read(),

0 commit comments

Comments
 (0)