diff --git a/MANIFEST.in b/MANIFEST.in index b0f5ccf..e0eb76f 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -3,4 +3,6 @@ include README.rst include CHANGES.rst include MANIFEST.in recursive-include ripe *.py +recursive-include ripe *.yaml +recursive-include ripe *.txt recursive-include tests *.py diff --git a/ripe/atlas/tools/version.py b/ripe/atlas/tools/version.py index e571f6c..fc46488 100644 --- a/ripe/atlas/tools/version.py +++ b/ripe/atlas/tools/version.py @@ -13,4 +13,4 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . -__version__ = "1.2.0" +__version__ = "1.2.1" diff --git a/tests/commands/measure.py b/tests/commands/measure.py index 3c82326..6bd913c 100644 --- a/tests/commands/measure.py +++ b/tests/commands/measure.py @@ -20,7 +20,7 @@ from random import randint -# Python 3 comes with mock in unittest +# Python 3.4+ comes with mock in unittest try: from unittest import mock except ImportError: