added long_description to setup.py
This commit is contained in:
parent
8563785746
commit
777b6909a3
2
setup.py
2
setup.py
@ -12,6 +12,7 @@ except ImportError:
|
|||||||
from glob import glob
|
from glob import glob
|
||||||
|
|
||||||
import os
|
import os
|
||||||
|
from os.path import join, dirname
|
||||||
import io
|
import io
|
||||||
|
|
||||||
sys.path.insert(0, os.path.join(os.path.dirname(__file__), 'pym'))
|
sys.path.insert(0, os.path.join(os.path.dirname(__file__), 'pym'))
|
||||||
@ -76,6 +77,7 @@ setup(
|
|||||||
name='euscan',
|
name='euscan',
|
||||||
version=__version__,
|
version=__version__,
|
||||||
description='Ebuild upstream scan utility.',
|
description='Ebuild upstream scan utility.',
|
||||||
|
long_description=open(join(dirname(__file__), 'README.rst')).read(),
|
||||||
author='Corentin Chary',
|
author='Corentin Chary',
|
||||||
author_email='corentin.chary@gmail.com',
|
author_email='corentin.chary@gmail.com',
|
||||||
maintainer='Corentin Chary',
|
maintainer='Corentin Chary',
|
||||||
|
Loading…
Reference in New Issue
Block a user