Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
FSL
fsleyes
fsleyes-props
Commits
81364077
Commit
81364077
authored
May 21, 2020
by
Paul McCarthy
🚵
Browse files
MNT: insclude rather than exclude
parent
70e8f1a9
Changes
1
Show whitespace changes
Inline
Side-by-side
setup.py
View file @
81364077
...
@@ -24,8 +24,7 @@ basedir = op.dirname(__file__)
...
@@ -24,8 +24,7 @@ basedir = op.dirname(__file__)
with
open
(
op
.
join
(
basedir
,
'requirements.txt'
),
'rt'
)
as
f
:
with
open
(
op
.
join
(
basedir
,
'requirements.txt'
),
'rt'
)
as
f
:
install_requires
=
[
l
.
strip
()
for
l
in
f
.
readlines
()]
install_requires
=
[
l
.
strip
()
for
l
in
f
.
readlines
()]
packages
=
find_packages
(
packages
=
find_packages
(
include
=
(
'fsleyes_props'
,
'fsleyes_props.*'
))
exclude
=
(
'doc'
,
'tests'
,
'dist'
,
'build'
,
'fsleyes_props.egg-info'
))
# Extract the vesrion number from fsleyes_props/__init__.py
# Extract the vesrion number from fsleyes_props/__init__.py
version
=
{}
version
=
{}
...
...
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