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
b8de0fa6
Commit
b8de0fa6
authored
6 years ago
by
Steffen Vogel
Browse files
Options
Downloads
Patches
Plain Diff
code style in setup.py
parent
cae2c788
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
setup.py
+19
-19
19 additions, 19 deletions
setup.py
with
19 additions
and
19 deletions
setup.py
+
19
−
19
View file @
b8de0fa6
...
...
@@ -22,29 +22,29 @@ def read(fname):
return
sanatized
setup
(
name
=
"
villas-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
=
[
"
villas.dataprocessing
"
],
name
=
'
villas-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/
villas
/dataprocessing
'
,
packages
=
[
'
villas.dataprocessing
'
],
long_description
=
read
(
'
README.md
'
),
classifiers
=
[
"
Development Status :: 4 - Beta
"
,
"
Topic :: Scientific/Engineering
"
,
"
License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
"
,
"
Operating System :: MacOS :: MacOS X
"
,
"
Operating System :: Microsoft :: Windows
"
,
"
Operating System :: POSIX :: Linux
"
,
"
Programming Language :: Python :: 3
"
'
Development Status :: 4 - Beta
'
,
'
Topic :: Scientific/Engineering
'
,
'
License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
'
,
'
Operating System :: MacOS :: MacOS X
'
,
'
Operating System :: Microsoft :: Windows
'
,
'
Operating System :: POSIX :: Linux
'
,
'
Programming Language :: Python :: 3
'
],
install_requires
=
[
"
matplotlib
"
,
"
numpy
"
,
"
pandas
"
'
matplotlib
'
,
'
numpy
'
,
'
pandas
'
],
setup_requires
=
[
'
m2r
'
,
...
...
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