Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
LAM-GRD-public
maoppy
Commits
61326c29
Commit
61326c29
authored
Oct 15, 2020
by
rfetick
Browse files
setup defines package_data
parent
baa5e1a1
Changes
1
Hide whitespace changes
Inline
Side-by-side
setup.py
View file @
61326c29
...
...
@@ -15,6 +15,7 @@ setup(name='MAOPPY',
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'
,
]},
packages
=
find_packages
(
exclude
=
[
'example'
,
'test'
]),
requires
=
[
'numpy'
,
'scipy'
,
'astropy'
],
zip_safe
=
False
)
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment