Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Scientific Software
MDANSE
Commits
62820c4d
Commit
62820c4d
authored
Jun 29, 2015
by
eric pellegrini
Browse files
Bug fix in setup.py
parent
abc9b856
Changes
1
Hide whitespace changes
Inline
Side-by-side
setup.py
View file @
62820c4d
...
@@ -141,7 +141,7 @@ def find_data(where=".", exclude=EXCLUDE, exclude_directories=EXCLUDE_DIRECTORIE
...
@@ -141,7 +141,7 @@ def find_data(where=".", exclude=EXCLUDE, exclude_directories=EXCLUDE_DIRECTORIE
PACKAGE_INFO
=
{}
PACKAGE_INFO
=
{}
execfile
(
'MDANSE/__pkginfo__.py'
,
PACKAGE_INFO
)
execfile
(
'MDANSE/__pkginfo__.py'
,
PACKAGE_INFO
)
PACKAGES
=
find_packages
(
path
=
"."
,
exclude
=
os
.
path
.
join
(
"MDANSE"
,
"App"
,
"GUI"
)
)
PACKAGES
=
find_packages
(
path
=
"."
)
PACKAGES
=
PACKAGES
.
keys
()
PACKAGES
=
PACKAGES
.
keys
()
#################################
#################################
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment