From b5c2c6abf2a369877a8b4454f5ddc53ef1235b18 Mon Sep 17 00:00:00 2001 From: Gregory Oschwald Date: Fri, 10 Jun 2016 08:38:08 -0700 Subject: [PATCH] Fix the MANIFEST.in and prepare for 1.2.1 --- HISTORY.rst | 3 ++- MANIFEST.in | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/HISTORY.rst b/HISTORY.rst index e413b5f..36f62cd 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -3,7 +3,7 @@ History ------- -1.2.1 (2016-XX-XX) +1.2.1 (2016-06-10) ++++++++++++++++++ * This module now uses the ``ipaddress`` module for Python 2 rather than the @@ -11,6 +11,7 @@ History in dependencies. * Removed ``requirements.txt` from `MANIFEST.in` in order to stop warning during installation. +* Added missing test data. 1.2.0 (2015-04-07) ++++++++++++++++++ diff --git a/MANIFEST.in b/MANIFEST.in index f1d6e53..3658f4c 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,2 +1,2 @@ -include HISTORY.rst README.rst LICENSE tests/decoder_test.py tests/reader_test.py +include HISTORY.rst README.rst LICENSE tests/*.py tests/data/test-data/*.mmdb tests/data/test-data/*.raw graft docs/html