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
D
D2O
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
22
Issues
22
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
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
ift
D2O
Commits
d29bc60c
Commit
d29bc60c
authored
Jun 08, 2016
by
theos
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
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
Showing
3 changed files
with
9 additions
and
6 deletions
+9
-6
README.rst
README.rst
+3
-0
d2o/version.py
d2o/version.py
+1
-1
setup.py
setup.py
+5
-5
No files found.
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
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