Fix build generation of long description.

This commit is contained in:
Michael Hierweck 2016-05-29 13:43:26 +02:00
parent 908023d967
commit a85bf10bda

View File

@ -4,15 +4,7 @@ import os
version = '0.2'
long_description = (
open('README.txt').read()
+ '\n' +
'Contributors\n'
'============\n'
+ '\n' +
open('CONTRIBUTORS.txt').read()
+ '\n' +
open('CHANGES.txt').read()
+ '\n')
open('README.txt').read())
setup(name='hs.admin.play',
version=version,