Skip to content
Snippets Groups Projects
Commit 837288ad authored by rfetick's avatar rfetick
Browse files

update setup

parent 61326c29
No related branches found
No related tags found
No related merge requests found
......@@ -9,13 +9,14 @@ Created on Mon May 27 17:11:01 2019
from setuptools import setup, find_packages
setup(name='MAOPPY',
version='1.2.0',
version='1.3.0',
url='https://gitlab.lam.fr/lam-grd-public/maoppy.git',
license='See LICENSE file',
author='Romain JL Fetick (LAM, Marseille, France)',
author_email='romain.fetick@lam.fr',
description='Modelization of the Adaptive Optics Psf in PYthon (MAOPPY)',
package_data={'maoppy.data': ['data/*.yml', ]},
package_data={'maoppy': ['./maoppy/data/*.yml']},
include_package_data=True,
packages=find_packages(exclude=['example','test']),
requires=['numpy','scipy','astropy'],
zip_safe=False)
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