Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
D
Data Processing
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
2
Issues
2
List
Boards
Labels
Service Desk
Milestones
Iterations
Merge Requests
1
Merge Requests
1
Requirements
Requirements
List
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Test Cases
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issue
Repository
Value Stream
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ACS
P
Public
VILLASframework
Data Processing
Commits
b8de0fa6
Commit
b8de0fa6
authored
Oct 28, 2018
by
Steffen Vogel
🎅🏼
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
code style in setup.py
parent
cae2c788
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
19 additions
and
19 deletions
+19
-19
setup.py
setup.py
+19
-19
No files found.
setup.py
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'
,
...
...
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