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
88a36bf8
Commit
88a36bf8
authored
5 years ago
by
Paul McCarthy
Browse files
Options
Downloads
Patches
Plain Diff
MNT: I hate pypi. It now rejects packages with minor typos in the description
parent
ce0ae4e8
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.rst
+5
-4
5 additions, 4 deletions
README.rst
setup.py
+1
-0
1 addition, 0 deletions
setup.py
with
6 additions
and
4 deletions
README.rst
+
5
−
4
View file @
88a36bf8
...
@@ -40,11 +40,12 @@ Dependencies
...
@@ -40,11 +40,12 @@ Dependencies
------------
------------
All of the core dependencies of ``fslpy`` are listed in the
`requirements.txt
All of the core dependencies of ``fslpy`` are listed in the
<requirements.txt>`_ file.
`requirements.txt
<requirements.txt>`_ file.
Some extra dependencies are listed in `requirements.txt
Some extra dependencies are listed in
<requirements-extra.txt>`_ which provide addditional functionality:
`requirements-extra.txt <requirements-extra.txt>`_
which provide addditional functionality:
- ``wxPython``: The `fsl.utils.idle <fsl/utils/idle.py>`_ module has
- ``wxPython``: The `fsl.utils.idle <fsl/utils/idle.py>`_ module has
functionality to schedule functions on the ``wx`` idle loop.
functionality to schedule functions on the ``wx`` idle loop.
...
...
This diff is collapsed.
Click to expand it.
setup.py
+
1
−
0
View file @
88a36bf8
...
@@ -93,6 +93,7 @@ setup(
...
@@ -93,6 +93,7 @@ setup(
version
=
version
,
version
=
version
,
description
=
'
FSL Python library
'
,
description
=
'
FSL Python library
'
,
long_description
=
readme
,
long_description
=
readme
,
long_description_content_type
=
'
text/x-rst
'
,
url
=
'
https://git.fmrib.ox.ac.uk/fsl/fslpy
'
,
url
=
'
https://git.fmrib.ox.ac.uk/fsl/fslpy
'
,
author
=
'
Paul McCarthy
'
,
author
=
'
Paul McCarthy
'
,
author_email
=
'
pauldmccarthy@gmail.com
'
,
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