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
Package registry
Model registry
Operate
Environments
Terraform modules
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
Evan Edmond
fslpy
Commits
4fe37957
Commit
4fe37957
authored
8 years ago
by
Paul McCarthy
Browse files
Options
Downloads
Patches
Plain Diff
Readme in setup.py
parent
72e97d3d
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
README.md
+1
-1
1 addition, 1 deletion
README.md
setup.py
+4
-0
4 additions, 0 deletions
setup.py
with
5 additions
and
1 deletion
README.md
+
1
−
1
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/`
.
This diff is collapsed.
Click to expand it.
setup.py
+
4
−
0
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
'
,
...
...
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