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
9427bb47
Commit
9427bb47
authored
5 years ago
by
Paul McCarthy
Browse files
Options
Downloads
Plain Diff
Merge branch 'mnt/readme' into 'master'
Mnt/readme See merge request fsl/fslpy!137
parents
ce0ae4e8
0a678beb
No related branches found
No related tags found
No related merge requests found
Pipeline
#3892
canceled
5 years ago
Stage: test
Stage: style
Stage: doc
Stage: deploy
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.ci/build_pypi_dist.sh
+2
-1
2 additions, 1 deletion
.ci/build_pypi_dist.sh
README.rst
+5
-4
5 additions, 4 deletions
README.rst
setup.py
+1
-0
1 addition, 0 deletions
setup.py
with
8 additions
and
5 deletions
.ci/build_pypi_dist.sh
+
2
−
1
View file @
9427bb47
...
...
@@ -2,9 +2,10 @@
set
-e
pip
install
wheel
pip
install
wheel
setuptools twine
python setup.py sdist
python setup.py bdist_wheel
twine check dist/
*
# do a test install from both source and wheel
sdist
=
`
find dist
-maxdepth
1
-name
*
.tar.gz
`
...
...
This diff is collapsed.
Click to expand it.
README.rst
+
5
−
4
View file @
9427bb47
...
...
@@ -40,11 +40,12 @@ Dependencies
------------
All of the core dependencies of ``fslpy`` are listed in the
`requirements.txt
<requirements.txt>`_ file.
All of the core dependencies of ``fslpy`` are listed in the
`requirements.txt
<requirements.txt>`_ file.
Some extra dependencies are listed in `requirements.txt
<requirements-extra.txt>`_ which provide addditional functionality:
Some extra dependencies are listed in
`requirements-extra.txt <requirements-extra.txt>`_
which provide addditional functionality:
- ``wxPython``: The `fsl.utils.idle <fsl/utils/idle.py>`_ module has
functionality to schedule functions on the ``wx`` idle loop.
...
...
This diff is collapsed.
Click to expand it.
setup.py
+
1
−
0
View file @
9427bb47
...
...
@@ -93,6 +93,7 @@ setup(
version
=
version
,
description
=
'
FSL Python library
'
,
long_description
=
readme
,
long_description_content_type
=
'
text/x-rst
'
,
url
=
'
https://git.fmrib.ox.ac.uk/fsl/fslpy
'
,
author
=
'
Paul McCarthy
'
,
author_email
=
'
pauldmccarthy@gmail.com
'
,
...
...
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