diff --git a/MANIFEST.in b/MANIFEST.in index 475c0bc6..081553e9 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -3,4 +3,3 @@ recursive-include tests * recursive-include tools * recursive-include user_libs * global-exclude *.DS_Store -recursive-include user_models * diff --git a/setup.py b/setup.py index abf76b18..69186eb3 100644 --- a/setup.py +++ b/setup.py @@ -165,9 +165,10 @@ if USE_CYTHON: }, annotate=False) +# SetupTools Required to make package +import setuptools -setup( - name=packagename, +setup(name=packagename, version=version, author='Craig Warren and Antonis Giannopoulos', url='http://www.gprmax.com',