Skip to content

Commit d7cd41e

Browse files
author
neatc0der
committed
fixes typo in setup.py
1 parent 4b26136 commit d7cd41e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ def get_requirements(filename: str, base_dir: str = 'requirements') -> List[str]
3434
version=PROJECT_VERSION,
3535
description='MkDocs plugin and extension to creates mindmaps from markdown using markmap',
3636
long_description=long_description,
37-
long_description_content_type='text/plai',
37+
long_description_content_type='text/plain',
3838
keywords='mkdocs python markdown mermaid',
3939
url='https://github.com/neac0der/mkdocs-markmap',
4040
author='neatc0der',

0 commit comments

Comments
 (0)