From 735015800cecf9ccd0f4ac52a4e83591d6d94a5d Mon Sep 17 00:00:00 2001 From: Matěj Cepl Date: Mon, 2 Jun 2014 14:54:06 +0200 Subject: Add Travis-CI support --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') 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", -- cgit