Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
cigale
CIGALE
Commits
aae64900
Commit
aae64900
authored
Oct 23, 2015
by
BURGARELLA Denis
Browse files
Add the commanf pcigale-mock in setup.py
parent
053411bc
Changes
1
Hide whitespace changes
Inline
Side-by-side
setup.py
View file @
aae64900
# -*- coding: utf-8 -*-
# Copyright (C) 2012, 201
3
Centre de données Astrophysiques de Marseille
# Copyright (C) 2012, 201
5
Centre de données Astrophysiques de Marseille
# Licensed under the CeCILL-v2 licence - see Licence_CeCILL_V2-en.txt
# Author: Yannick Roehlly
...
...
@@ -21,6 +21,7 @@ entry_points = {
'console_scripts'
:
[
'pcigale = pcigale:main'
,
'pcigale-plots = pcigale_plots:main'
,
'pcigale-filters = pcigale_filters:main'
]
'pcigale-mock = pcigale_mock:main'
]
}
setup
(
...
...
@@ -36,6 +37,7 @@ setup(
cmdclass
=
{
"build"
:
custom_build
},
package_data
=
{
'pcigale'
:
[
'data/data.db'
],
'pcigale_plots'
:
[
'data/CIGALE.png'
]},
'pcigale_mock'
:
[
'data/CIGALE.png'
]},
author
=
"The CIGALE team"
,
author_email
=
"cigale@lam.fr"
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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