From f033cbad854b6f9bae9c1434f40c3c6d7788b9f6 Mon Sep 17 00:00:00 2001 From: lafrite Date: Wed, 3 Dec 2014 15:03:07 +0100 Subject: [PATCH] Update packaging with distutils --- MANIFEST | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/MANIFEST b/MANIFEST index 5ce56e9..c5c233b 100644 --- a/MANIFEST +++ b/MANIFEST @@ -5,5 +5,16 @@ pymath/arithmetic.py pymath/expression.py pymath/fraction.py pymath/generic.py +pymath/operator.py +pymath/polynom.py pymath/random_expression.py pymath/render.py +pymath/str2tokens.py +test/test_arithmetic.py +test/test_expression.py +test/test_fraction.py +test/test_generic.py +test/test_polynom.py +test/test_random_expression.py +test/test_render.py +test/test_str2tokens.py