Skip to content
Snippets Groups Projects
Commit cdbc3178 authored by Ketan Kotwal's avatar Ketan Kotwal
Browse files

Update setup.py

parent 6028ba46
Branches
No related tags found
No related merge requests found
...@@ -58,6 +58,7 @@ setup( ...@@ -58,6 +58,7 @@ setup(
# If you have a better, long description of your package, place it on the # If you have a better, long description of your package, place it on the
# 'doc' directory and then hook it here # 'doc' directory and then hook it here
long_description = open('README.rst').read(), long_description = open('README.rst').read(),
long_description_content_type='text/markdown',
# This line is required for any distutils based packaging. # This line is required for any distutils based packaging.
# It will find all package-data inside the 'bob' directory. # It will find all package-data inside the 'bob' directory.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment