We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6aa8d6 commit de286fdCopy full SHA for de286fd
setup.py
@@ -14,6 +14,7 @@ def long_description():
14
version='0.1.0',
15
description='Pythonic Data Structures and Algorithms',
16
long_description=long_description(),
17
+ long_description_content_type="text/markdown",
18
url='https://github.com/keon/algorithms',
19
author='Algorithms Team & Contributors',
20
author_email="[email protected]",
0 commit comments