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

Commit 0fac1a5

Browse files
committed
Fix missing requirements.txt from source distribution that caused package to not install.
1 parent 3ba127a commit 0fac1a5

File tree

4 files changed

+9
-2
lines changed

4 files changed

+9
-2
lines changed

MANIFEST.in

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
include README.rst
2+
include requirements.txt

README.rst

+5
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,11 @@ Convert it to JUnit XML format:
5656
Releases
5757
--------
5858

59+
1.2.1 - 2019-10-14
60+
^^^^^^^^^^^^^^^^^^
61+
62+
Fix missing ``requirements.txt`` from source distribution that caused package to not install.
63+
5964
1.2.0 - 2018-07-09
6065
^^^^^^^^^^^^^^^^^^
6166

setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
[wheel]
1+
[bdist_wheel]
22
universal = 1

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
setup(
55
name='cpplint-junit',
6-
version='1.2.0',
6+
version='1.2.1',
77

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

0 commit comments

Comments
 (0)