Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ift
NIFTy
Commits
35b4c239
Commit
35b4c239
authored
Mar 04, 2016
by
theos
Browse files
Fixed setup.py in order to install the demo_faraday_map.npy
parent
259c327e
Changes
1
Hide whitespace changes
Inline
Side-by-side
setup.py
View file @
35b4c239
...
...
@@ -33,5 +33,7 @@ setup(name="ift_nifty",
packages
=
[
"nifty"
,
"nifty.demos"
,
"nifty.rg"
,
"nifty.lm"
],
package_dir
=
{
"nifty"
:
""
},
data_files
=
[(
os
.
path
.
expanduser
(
'~'
)
+
"/.nifty"
,
[
"nifty_config"
])],
package_data
=
{
'nifty.demos'
:
[
'demo_faraday_map.npy'
],
},
license
=
"GPLv3"
)
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