add long_description_content_type

This commit is contained in:
Dave G
2018-06-19 10:01:52 -04:00
parent 6345fa4142
commit e3fe838e17
4 changed files with 2 additions and 215 deletions

View File

@@ -21,8 +21,9 @@ setup(
keywords=['methods', 'decorator'],
license='Apache License, Version 2.0',
long_description=LONG_DESCRIPTION,
long_description_content_type="text/markdown",
name='decorate-all-methods',
packages=setuptools.find_packages(),
url='https://github.com/davegallant/decorate_all_methods',
version='0.0.1',
version='0.0.2',
)