Skip to content

Commit 964a62e

Browse files
committed
Fix no matching requirements.txt warning
1 parent f8ad068 commit 964a62e

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

HISTORY.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
History
44
-------
55

6+
1.2.1 (2016-XX-XX)
7+
++++++++++++++++++
8+
9+
* Removed ``requirements.txt` from `MANIFEST.in` in order to stop warning
10+
during installation.
11+
612
1.2.0 (2015-04-07)
713
++++++++++++++++++
814

MANIFEST.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
include HISTORY.rst README.rst LICENSE requirements.txt tests/decoder_test.py tests/reader_test.py
1+
include HISTORY.rst README.rst LICENSE tests/decoder_test.py tests/reader_test.py
22
graft docs/html

0 commit comments

Comments
 (0)