Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
CIGALE
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
12
Issues
12
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Package Registry
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
cigale
CIGALE
Commits
1c86ea2f
Commit
1c86ea2f
authored
Aug 23, 2019
by
Yannick Roehlly
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Correct configuration to generate wheels
parent
cb68b054
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
+4
-4
.gitignore
.gitignore
+2
-0
setup.cfg
setup.cfg
+0
-3
setup.py
setup.py
+2
-1
No files found.
.gitignore
View file @
1c86ea2f
...
...
@@ -6,3 +6,5 @@ pcigale/data/data.db
pcigale.egg-info
docs/_build
docs/api
dist/
build/
setup.cfg
deleted
100644 → 0
View file @
cb68b054
[egg_info]
tag_build = .dev
tag_svn_revision = 1
\ No newline at end of file
setup.py
View file @
1c86ea2f
...
...
@@ -43,7 +43,7 @@ setup(
install_requires
=
[
'numpy'
,
'scipy'
,
'sqlalchemy'
,
'matplotlib'
,
'configobj'
,
'astropy'
],
setup_requires
=
[
'numpy'
,
'scipy'
,
'astropy'
,
'sqlalchemy'
,
'configobj'
],
entry_points
=
entry_points
,
cmdclass
=
{
"build"
:
custom_build
},
...
...
@@ -52,6 +52,7 @@ setup(
author
=
"The CIGALE team"
,
author_email
=
"cigale@lam.fr"
,
url
=
"https://cigale.lam.fr"
,
description
=
"Python Code Investigating Galaxy Emission"
,
license
=
"CeCILL-V2"
,
keywords
=
"astrophysics, galaxy, SED fitting"
...
...
Write
Preview
Markdown
is supported
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