Skip to content

Commit

Permalink
Fix typo in setup.py and link in README.rst.
Browse files Browse the repository at this point in the history
  • Loading branch information
T-Nicholls committed Dec 13, 2018
1 parent 8390701 commit 64cda32
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -135,4 +135,4 @@ A number of functions that perform tasks that are frequent or long-winded are
included in ``ease.py`` to make life easier for the user.

For further information on any of ATIP's functions or classes please read the
documentation `here <https://pytac.readthedocs.io/en/latest/>`_.
documentation `here <https://atip.readthedocs.io/en/latest/>`_.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

here = path.abspath(path.dirname(__file__))

with open(path.join(here, 'README.mrst'), encoding='utf-8') as f:
with open(path.join(here, 'README.rst'), encoding='utf-8') as f:
long_desc = f.read()

setup(
Expand Down

0 comments on commit 64cda32

Please sign in to comment.