Skip to content

Commit 17641f8

Browse files
committedJan 10, 2021
Change to Markdown support
1 parent 00cc257 commit 17641f8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

‎setup.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,9 @@
1616

1717
setup(
1818
name="TanabeSugano",
19-
description="A python-solver for Tanabe-Sugano and energy-correlation diagrams",
19+
description="A python-solver for Tanabe-Sugano and Energy-Correlation diagrams",
2020
long_description=long_description,
21+
long_description_content_type="text/markdown",
2122
version="1.1.2",
2223
packages=["tanabe", "test"],
2324
install_requires=required,

0 commit comments

Comments
 (0)
Please sign in to comment.