Rename README file to have html formatting in Github

develop
Ludovic Gasc 2013-12-03 11:37:40 +01:00
parent 432104417d
commit c4d5a73dee
2 changed files with 2 additions and 2 deletions

View File

View File

@ -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',