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
Michiel Cottaar
fslpy
Commits
4fe37957
Commit
4fe37957
authored
Apr 12, 2017
by
Paul McCarthy
Browse files
Readme in setup.py
parent
72e97d3d
Changes
2
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
4fe37957
...
...
@@ -32,6 +32,6 @@ Tests
To run the tests, install
`pytest`
and
`pytest-cov`
, and then run:
python setup.py test
python setup.py test
A code coverage report will be generated in
`htmlcov/`
.
setup.py
View file @
4fe37957
...
...
@@ -39,6 +39,9 @@ with open(op.join(basedir, "fsl", "version.py")) as f:
exec
(
line
,
version
)
break
with
open
(
op
.
join
(
basedir
,
'README.md'
),
'rt'
)
as
f
:
readme
=
f
.
read
()
class
doc
(
Command
):
"""Build the API documentation. """
...
...
@@ -76,6 +79,7 @@ setup(
version
=
version
[
'__version__'
],
description
=
'FSL Python library'
,
long_description
=
readme
,
url
=
'https://git.fmrib.ox.ac.uk/paulmc/fslpy'
,
...
...
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