Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
V
VILLASdataprocessing
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Analyze
Contributor analytics
CI/CD analytics
Repository analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ACS
Public
VILLASframework
VILLASdataprocessing
Commits
2a97130c
Commit
2a97130c
authored
6 years ago
by
Steffen Vogel
Browse files
Options
Downloads
Patches
Plain Diff
bump to version v0.2.0
parent
4dbcb1a3
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
setup.py
+4
-4
4 additions, 4 deletions
setup.py
with
4 additions
and
4 deletions
setup.py
+
4
−
4
View file @
2a97130c
import
os
from
setuptools
import
setup
,
find_packages
from
setuptools
import
setup
def
read
(
fname
):
dname
=
os
.
path
.
dirname
(
__file__
)
...
...
@@ -13,15 +13,15 @@ def read(fname):
return
f
.
read
()
setup
(
name
=
"
a
c
s-dataprocessing
"
,
version
=
"
0.
1.5
"
,
name
=
"
vill
as-dataprocessing
"
,
version
=
"
0.
2.0
"
,
author
=
"
Markus Mirz, Jan Dinkelbach, Steffen Vogel
"
,
author_email
=
"
acs-software@eonerc.rwth-aachen.de
"
,
description
=
"
Several tools for processing simulation results
"
,
license
=
"
GPL-3.0
"
,
keywords
=
"
simulation power system real-time data processing
"
,
url
=
"
https://git.rwth-aachen.de/acs/public/simulation/data-processing
"
,
packages
=
find_packages
()
,
packages
=
[
"
villas.dataprocessing
"
]
,
long_description
=
read
(
'
README.md
'
),
classifiers
=
[
"
Development Status :: 4 - Beta
"
,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment