Skip to content

Commit b5c2c6a

Browse files
committed
Fix the MANIFEST.in and prepare for 1.2.1
1 parent e63d9a1 commit b5c2c6a

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

HISTORY.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,15 @@
33
History
44
-------
55

6-
1.2.1 (2016-XX-XX)
6+
1.2.1 (2016-06-10)
77
++++++++++++++++++
88

99
* This module now uses the ``ipaddress`` module for Python 2 rather than the
1010
``ipaddr`` module. Users should notice no behavior change beyond the change
1111
in dependencies.
1212
* Removed ``requirements.txt` from `MANIFEST.in` in order to stop warning
1313
during installation.
14+
* Added missing test data.
1415
1516
1.2.0 (2015-04-07)
1617
++++++++++++++++++

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 tests/decoder_test.py tests/reader_test.py
1+
include HISTORY.rst README.rst LICENSE tests/*.py tests/data/test-data/*.mmdb tests/data/test-data/*.raw
22
graft docs/html

0 commit comments

Comments
 (0)