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
ift
starblade
Commits
b1edb710
Commit
b1edb710
authored
Apr 10, 2018
by
Martin Reinecke
Browse files
add setup.py
parent
65ac6f6c
Changes
1
Hide whitespace changes
Inline
Side-by-side
setup.py
0 → 100644
View file @
b1edb710
from
setuptools
import
setup
exec
(
open
(
'starblade/version.py'
).
read
())
setup
(
name
=
"starblade"
,
version
=
__version__
,
author
=
"Jakob Knollmueller"
,
author_email
=
"jakob@mpa-garching.mpg.de"
,
description
=
""
,
url
=
"https://gitlab.mpcdf.mpg.de/ift/PointSourceSeparator"
,
packages
=
[
"starblade"
],
zip_safe
=
True
,
dependency_links
=
[],
install_requires
=
[
"nifty4>=4.0"
,
"scipy>=0.17"
],
license
=
"GPLv3"
,
classifiers
=
[
"Development Status :: 5 - Production/Stable"
,
"Topic :: Utilities"
,
"License :: OSI Approved :: GNU General Public License v3 "
"or later (GPLv3+)"
],)
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