summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorTomaz Solc <tomaz.solc@tablix.org>2015-05-13 16:56:22 +0200
committerTomaz Solc <tomaz.solc@tablix.org>2015-05-13 16:56:22 +0200
commitc88bf11035cadc5eefa79860dfb3afef09b6e587 (patch)
tree78e7cd1a2aec5d55951ff0e54f3a4f027834c5a1 /setup.py
parent190d9ce6f10059aaba213f3f6956a71168e2fe97 (diff)
downloadunidecode-c88bf11035cadc5eefa79860dfb3afef09b6e587.tar.gz
Move README to README.rst
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 483998a..32ed1c8 100644
--- a/setup.py
+++ b/setup.py
@@ -6,7 +6,7 @@ setup(name='Unidecode',
version='0.04.17',
description='ASCII transliterations of Unicode text',
license='GPL',
- long_description=open("README").read(),
+ long_description=open("README.rst").read(),
author='Tomaz Solc',
author_email='tomaz.solc@tablix.org',