Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Scientific Software
MDANSE
Commits
a438f786
Commit
a438f786
authored
Nov 19, 2015
by
eric pellegrini
Browse files
Added all mdanse scripts at installation
parent
1cb9aeb0
Changes
1
Hide whitespace changes
Inline
Side-by-side
setup.py
View file @
a438f786
...
...
@@ -37,8 +37,6 @@ QHULL_DIR = os.path.join("Extensions","qhull_lib")
QHULL_INCLUDE_DIR
=
INCLUDE_DIR
+
[
EXTENSIONS_PATH
]
+
[
os
.
path
.
join
(
QHULL_DIR
,
"ext"
)]
+
[
os
.
path
.
join
(
QHULL_DIR
,
"src"
)]
SCRIPTS_PATH
=
"Scripts"
#################################
# Helper function
#################################
...
...
@@ -162,9 +160,8 @@ DATA_FILES.extend(find_data('Doc',exclude=[],prefix='conf_'))
# Scripts section
#################################
SCRIPTS
=
[]
SCRIPTS
.
append
(
os
.
path
.
join
(
SCRIPTS_PATH
,
'mdanse'
))
SCRIPTS
.
append
(
os
.
path
.
join
(
SCRIPTS_PATH
,
'mdanse_gui'
))
SCRIPTS_PATH
=
"Scripts"
SCRIPTS
=
glob
.
glob
(
os
.
path
.
join
(
SCRIPTS_PATH
,
'mdanse*'
))
#################################
# Documentation
...
...
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