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
ift
D2O
Commits
d29bc60c
Commit
d29bc60c
authored
Jun 08, 2016
by
theos
Browse files
Renamed README to README.rst.
Changed license to GPLv3. Corrected setup.py and increased version to 1.0.0.
parent
524acc8f
Pipeline
#4683
skipped
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
README
→
README
.rst
View file @
d29bc60c
D2O - Distributed Data Object
=============================
`A distributed data object for parallel high-performance computing in Python`
Summary
-------
...
...
d2o/version.py
View file @
d29bc60c
...
...
@@ -4,4 +4,4 @@
# 1) we don't load dependencies by storing it in __init__.py
# 2) we can import it in setup.py for the same reason
# 3) we can import it into your module module
__version__
=
'1.0.0b1'
\ No newline at end of file
__version__
=
'1.0.0'
\ No newline at end of file
setup.py
View file @
d29bc60c
...
...
@@ -19,19 +19,19 @@ setup(
author_email
=
"theos@mpa-garching.mpg.de"
,
description
=
(
"A distributed data object for parallel high-performance "
"computing in Python"
),
license
=
"BSD"
,
keywords
=
"parallelization, numerics, MPI"
,
url
=
"https://gitlab.mpcdf.mpg.de/ift/D2O"
,
packages
=
[
'd2o'
,
'd2o.config'
,
'd2o.mpi_dummy'
,
'test'
],
zip_safe
=
False
,
dependency_links
=
[
"git+https://gitlab.mpcdf.mpg.de/ift/keepers.git#egg=keepers"
],
install_requires
=
[
"keepers"
],
long_description
=
read
(
'README'
),
long_description
=
read
(
'README.rst'
),
license
=
"GPLv3"
,
classifiers
=
[
"Development Status ::
4
-
Beta
"
,
"Development Status ::
5
-
Production/Stable
"
,
"Topic :: Utilities"
,
"License :: OSI Approved :: BSD License"
,
"License :: OSI Approved :: GNU General Public License v3 "
"or later (GPLv3+)"
],
)
\ No newline at end of file
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