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
88a36bf8
Commit
88a36bf8
authored
Jun 25, 2019
by
Paul McCarthy
🚵
Browse files
MNT: I hate pypi. It now rejects packages with minor typos in the description
parent
ce0ae4e8
Changes
2
Hide whitespace changes
Inline
Side-by-side
README.rst
View file @
88a36bf8
...
...
@@ -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.
...
...
setup.py
View file @
88a36bf8
...
...
@@ -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'
,
...
...
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