Newer
Older
from setuptools import setup, find_packages
return f.read()
setup(name='kadmos',
description='Knowledge- and graph-based Agile Design for Multidisciplinary Optimization System',
long_description=readme(),
classifiers=[
'Development Status :: 4 - Beta',
'License :: OSI Approved :: Apache Software License',
'Programming Language :: Python :: 2.7',
'Intended Audience :: Science/Research',
'Topic :: Scientific/Engineering',
],
keywords='optimization agile multidisciplinary graph engineering',
url='https://bitbucket.org/imcovangent/kadmos',
Lukas Müller
committed
download_url='https://bitbucket.org/imcovangent/kadmos/raw/master/dist/'+version+'.tar.gzip',
author='Imco van Gent',
author_email='i.vangent@tudelft.nl',
license='Apache Software License',
packages=find_packages(),
'metis>=0.2a3',
'flask',
'matplotlib',
'matlab',
'progressbar2',
'sortedcontainers',
],
include_package_data=True,
zip_safe=False)