aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorMatěj Cepl <mcepl@redhat.com>2014-06-02 14:54:06 +0200
committerMatěj Cepl <mcepl@redhat.com>2014-06-02 15:14:15 +0200
commit735015800cecf9ccd0f4ac52a4e83591d6d94a5d (patch)
tree09a48ad9c9e0f657dc46b8cd4f7ecb97ffe21e36 /setup.py
parent1c78be3b421ea6c7f4254c7c957bed4cb82ef0e8 (diff)
downloadyamlish-735015800cecf9ccd0f4ac52a4e83591d6d94a5d.tar.gz
Add Travis-CI support
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 746509b..c3490e9 100644
--- a/setup.py
+++ b/setup.py
@@ -18,7 +18,7 @@ setup(
author_email='mcepl@redhat.com',
url='http://luther.ceplovi.cz/git/?p=yamlish.git;a=summary',
py_modules=['yamlish'],
- long_description=read("README.txt"),
+ long_description=read("README.rst"),
keywords=['TAP', 'YAML', 'yamlish'],
classifiers=[
"Programming Language :: Python",