Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
fslpy
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Analyze
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
FSL
fslpy
Commits
dbeb7d9e
Commit
dbeb7d9e
authored
10 years ago
by
Paul McCarthy
Browse files
Options
Downloads
Patches
Plain Diff
Ok, that didn't work - trying setup.py:package_data instead
parent
6608d6f2
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
MANIFEST.in
+0
-2
0 additions, 2 deletions
MANIFEST.in
setup.py
+7
-0
7 additions, 0 deletions
setup.py
with
7 additions
and
2 deletions
MANIFEST.in
+
0
−
2
View file @
dbeb7d9e
include fsl/fslview/gl/gl21/*.glsl
include fsl/fslview/colourmaps/*.cmap
This diff is collapsed.
Click to expand it.
setup.py
+
7
−
0
View file @
dbeb7d9e
...
...
@@ -42,5 +42,12 @@ setup(
'
nibabel>=1.3.0
'
,
'
Pillow>=2.5.3
'
],
package_data
=
{
'
fslpy
'
:
[
'
fsl/fslview/gl/gl21/*glsl
'
,
'
fsl/fslview/colourmaps/*cmap
'
]
},
entry_points
=
{
'
console_scripts
'
:
[
'
fslpy = fsl:main
'
]}
)
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment