Skip to content
Snippets Groups Projects
Commit 9427bb47 authored by Paul McCarthy's avatar Paul McCarthy :mountain_bicyclist:
Browse files

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
...@@ -2,9 +2,10 @@ ...@@ -2,9 +2,10 @@
set -e set -e
pip install wheel pip install wheel setuptools twine
python setup.py sdist python setup.py sdist
python setup.py bdist_wheel python setup.py bdist_wheel
twine check dist/*
# do a test install from both source and wheel # do a test install from both source and wheel
sdist=`find dist -maxdepth 1 -name *.tar.gz` sdist=`find dist -maxdepth 1 -name *.tar.gz`
......
...@@ -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.
......
...@@ -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',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment