Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
ACS
Public
Power System Simulation and Optimization
DPsim
DPsim
Commits
dd6431bf
Commit
dd6431bf
authored
Sep 25, 2018
by
Markus Mirz
Browse files
add villas python package directory
Former-commit-id:
6ddfa283
parent
19464677
Changes
1
Hide whitespace changes
Inline
Side-by-side
setup.py
View file @
dd6431bf
...
@@ -92,7 +92,8 @@ setup(
...
@@ -92,7 +92,8 @@ setup(
url
=
"https://dpsim.fein-aachen.org"
,
url
=
"https://dpsim.fein-aachen.org"
,
packages
=
find_packages
(
'Source/Python'
),
packages
=
find_packages
(
'Source/Python'
),
package_dir
=
{
package_dir
=
{
'dpsim'
:
'Source/Python/dpsim'
'dpsim'
:
'Source/Python/dpsim'
,
'villas'
:
'Source/Python/villas'
},
},
long_description
=
read
(
'README.md'
),
long_description
=
read
(
'README.md'
),
classifiers
=
[
classifiers
=
[
...
...
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