Fix build generation of long description.
This commit is contained in:
parent
2ccc32e656
commit
73860e110a
10
setup.py
10
setup.py
@ -4,15 +4,7 @@ import os
|
|||||||
version = '0.2'
|
version = '0.2'
|
||||||
|
|
||||||
long_description = (
|
long_description = (
|
||||||
open('README.txt').read()
|
open('README.txt').read())
|
||||||
+ '\n' +
|
|
||||||
'Contributors\n'
|
|
||||||
'============\n'
|
|
||||||
+ '\n' +
|
|
||||||
open('CONTRIBUTORS.txt').read()
|
|
||||||
+ '\n' +
|
|
||||||
open('CHANGES.txt').read()
|
|
||||||
+ '\n')
|
|
||||||
|
|
||||||
setup(name='hs.admin.api',
|
setup(name='hs.admin.api',
|
||||||
version=version,
|
version=version,
|
||||||
|
Loading…
Reference in New Issue
Block a user