Skip to content

Commit

Permalink
Merge pull request #232 from Azure/fix-description-issue
Browse files Browse the repository at this point in the history
Use markdown as description in setup.py file
  • Loading branch information
necusjz authored Apr 3, 2023
2 parents d8a14ae + 485fb8e commit 5547a21
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@ def fix_url_dependencies(req: str) -> str:
name='aaz-dev',
version=VERSION,
description='Microsoft Atomic Azure CLI Commands Developer Tools',
long_description=README + "\n\n" + HISTORY,
long_description=README,
long_description_content_type='text/markdown',
classifiers=[
"Development Status :: 5 - Production/Stable",
"Intended Audience :: Developers",
Expand Down

0 comments on commit 5547a21

Please sign in to comment.