From c4d5a73deefc7bf0456cd758f7ca72dbcd4fc164 Mon Sep 17 00:00:00 2001 From: Ludovic Gasc Date: Tue, 3 Dec 2013 11:37:40 +0100 Subject: [PATCH] Rename README file to have html formatting in Github --- README => README.rst | 0 setup.py | 4 ++-- 2 files changed, 2 insertions(+), 2 deletions(-) rename README => README.rst (100%) diff --git a/README b/README.rst similarity index 100% rename from README rename to README.rst diff --git a/setup.py b/setup.py index 663c728..8401acc 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ from asterisk import __version__ as version description = [] -f = open('README') +f = open('README.rst') logo_stripped = False for line in f: @@ -26,7 +26,7 @@ setup( author_email='kputland@users.sourceforge.net', maintainer='Randall Degges', maintainer_email='rdegges@gmail.com', - url='http://www.sourceforge.net/projects/pyst/', + url='https://github.com/rdegges/pyst2', packages=['asterisk'], license=', '.join(licenses), platforms='Any',