fix content type in setup.py
This commit is contained in:
parent
e8c415e27c
commit
c74fe21b33
1 changed files with 1 additions and 0 deletions
1
setup.py
1
setup.py
|
@ -32,6 +32,7 @@ setup(name='larigira',
|
|||
version='1.2.1',
|
||||
description='A radio automation based on MPD',
|
||||
long_description=read('README.rst'),
|
||||
long_description_content_type='text/x-rst',
|
||||
author='boyska',
|
||||
author_email='piuttosto@logorroici.org',
|
||||
license='AGPL',
|
||||
|
|
Loading…
Reference in a new issue