From ed9191a3f1cf1f2b7d2536ab0d5e66d75001ebdd Mon Sep 17 00:00:00 2001 From: Bertrand Benjamin Date: Thu, 11 Jul 2019 18:06:49 +0200 Subject: [PATCH] Core: publish 2.0.8 version --- setup.py | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/setup.py b/setup.py index e6528a2..07f0527 100644 --- a/setup.py +++ b/setup.py @@ -1,18 +1,19 @@ #!/usr/bin/env python try: - from setuptools import setup + from setuptools import setup, find_packages except ImportError: from distutils.core import setup setup( name='mapytex', - version='2.0.5', + version='2.0.8', description='Computing like a student', author='Benjamin Bertrand', author_email='programming@opytex.org', url='http://git.opytex.org/lafrite/Mapytex', - packages=['mapytex'], + #packages=['mapytex'], + packages=find_packages(), include_package_data = True, install_requires=[ 'multipledispatch',