Core: publish 2.0.8 version
This commit is contained in:
parent
63de956a4f
commit
ed9191a3f1
7
setup.py
7
setup.py
@ -1,18 +1,19 @@
|
|||||||
#!/usr/bin/env python
|
#!/usr/bin/env python
|
||||||
|
|
||||||
try:
|
try:
|
||||||
from setuptools import setup
|
from setuptools import setup, find_packages
|
||||||
except ImportError:
|
except ImportError:
|
||||||
from distutils.core import setup
|
from distutils.core import setup
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='mapytex',
|
name='mapytex',
|
||||||
version='2.0.5',
|
version='2.0.8',
|
||||||
description='Computing like a student',
|
description='Computing like a student',
|
||||||
author='Benjamin Bertrand',
|
author='Benjamin Bertrand',
|
||||||
author_email='programming@opytex.org',
|
author_email='programming@opytex.org',
|
||||||
url='http://git.opytex.org/lafrite/Mapytex',
|
url='http://git.opytex.org/lafrite/Mapytex',
|
||||||
packages=['mapytex'],
|
#packages=['mapytex'],
|
||||||
|
packages=find_packages(),
|
||||||
include_package_data = True,
|
include_package_data = True,
|
||||||
install_requires=[
|
install_requires=[
|
||||||
'multipledispatch',
|
'multipledispatch',
|
||||||
|
Loading…
Reference in New Issue
Block a user