Skip to content

Commit

Permalink
Rename README.md -> .rst.
Browse files Browse the repository at this point in the history
  • Loading branch information
Leif Johnson committed Dec 15, 2014
1 parent e2b5203 commit 6e5ac0d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
author='Leif Johnson',
author_email='leif@leifjohnson.net',
description='A library of vector quantizers',
long_description=open(os.path.join(os.path.dirname(os.path.abspath(__file__)), 'README.md')).read(),
long_description=open(os.path.join(os.path.dirname(os.path.abspath(__file__)), 'README.rst')).read(),
license='MIT',
url='http://github.com/lmjohns3/py-kohonen',
keywords=('kohonen '
Expand Down

0 comments on commit 6e5ac0d

Please sign in to comment.