Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
ODA
api clients
oda_integral_wrapper
Commits
b4bebce1
Commit
b4bebce1
authored
Mar 05, 2021
by
Carlo Ferrigno
Browse files
Added autologging in setup.py
parent
5fb59d23
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
9 deletions
+3
-9
setup.py
setup.py
+3
-9
No files found.
setup.py
View file @
b4bebce1
...
...
@@ -6,27 +6,20 @@ from builtins import (bytes, str, open, super, range,
__author__
=
'Carlo Ferrigno'
#!/usr/bin/env python
from
setuptools
import
setup
,
find_packages
import
glob
packs
=
find_packages
()
print
(
'packs'
,
packs
)
include_package_data
=
True
scripts_list
=
glob
.
glob
(
'./bin/*'
)
setup
(
name
=
'oda_integral_wrapper'
,
version
=
"1.3.
3
"
,
version
=
"1.3.
4
"
,
description
=
'wrapper for INTEGRAL analysis using the API plugin for CDCI online data analysis'
,
author
=
'Carlo Ferrigno'
,
author_email
=
'carlo.ferrigno@unige.ch'
,
...
...
@@ -43,7 +36,8 @@ setup(name='oda_integral_wrapper',
"requests"
,
"astroquery"
,
"pymosaic-fits"
,
"nlopt"
"nlopt"
,
"autologging"
],
python_requires
=
'>=3.0'
,
)
...
...
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