Skip to content

Commit

Permalink
Updated README file
Browse files Browse the repository at this point in the history
  • Loading branch information
smelandr committed Oct 6, 2016
1 parent 67f2afa commit 8ff976e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ Import `nmrstarlib` library and create generator function that will yield
... print(list(starfile.keys())) # print StarFile saveframe categories
>>>
.. note:: Read `User Guide` and `The nmrstarlib Tutorial` on ReadTheDocs_ to learn more and see code examples on using
.. note:: Read `User Guide`_ and `The nmrstarlib Tutorial`_ on ReadTheDocs_ to learn more and see code examples on using
`nmrstarlib` as a library and as a command-line tool.

License
Expand All @@ -99,6 +99,8 @@ This package is distributed under the MIT_ `license`.

.. _GitHub: https://github.com/MoseleyBioinformaticsLab/nmrstarlib
.. _ReadTheDocs: http://nmrstarlib.readthedocs.io/
.. _User Guide: http://nmrstarlib.readthedocs.io/en/latest/guide.html
.. _The nmrstarlib Tutorial: http://nmrstarlib.readthedocs.io/en/latest/tutorial.html
.. _PyPI: https://pypi.python.org/pypi/nmrstarlib

.. _MIT: http://opensource.org/licenses/MIT
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

setup(
name='nmrstarlib',
version='1.0.3',
version='1.0.4',
author='Andrey Smelter',
author_email='andrey.smelter@gmail.com',
description='Python library for parsing data from NMR-STAR format files',
Expand All @@ -14,7 +14,7 @@
packages=find_packages(),
package_data={'nmrstarlib':['conf/*.json']},
platforms='any',
long_description=open('READMEPYPI.rst').read(),
long_description=open('README.rst').read(),
classifiers=[
'Development Status :: 4 - Beta',
'Environment :: Console',
Expand Down

0 comments on commit 8ff976e

Please sign in to comment.