Skip to content
Snippets Groups Projects
Commit 0d844e8b authored by Lucas Agobert's avatar Lucas Agobert
Browse files

{setup.py}

parent bec6faa1
No related merge requests found
......@@ -7,7 +7,7 @@
"""
NoLOAD installation script
:version: 1.0.3
:version: 1.1.0
"""
from setuptools import setup, find_packages
......@@ -15,7 +15,7 @@ from setuptools import setup, find_packages
# ------------------------------------------------------------------------------
# Module version
__version_info__ = (1, 0, 3)
__version_info__ = (1, 1, 0)
__version__ = ".".join(str(x) for x in __version_info__)
# Documentation strings format
......@@ -34,7 +34,7 @@ setup(
"noload.optimization",
"noload.tutorial",
],
author="B. DELINCHANT, L. GERBAUD, F. WURTZ,",
author="B. DELINCHANT, L. GERBAUD, F. WURTZ, L. AGOBERT",
author_email='benoit.delinchant@G2ELab.grenoble-inp.fr',
description="solving constrained optimization problem for the design of engineering systems",
long_description_content_type='text/markdown',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment