update readme.rst to readme.md in setup.py

This commit is contained in:
Jingbei Li 2016-12-06 15:42:26 +08:00 committed by Matteo Cypriani
parent 774f371070
commit bdc1df9b6f
1 changed files with 1 additions and 1 deletions

View File

@ -23,6 +23,6 @@ setup(name=name,
],
data_files=[('share/locale/fr/LC_MESSAGES', ['i18n/fr/LC_MESSAGES/gcp.mo']),
('share/man/man1', ["gcp.1"]),
('share/doc/%s' % name, ['COPYING','README.rst'])],
('share/doc/%s' % name, ['COPYING','README.md'])],
scripts=['gcp'],
)