Skip to content

Commit

Permalink
Update setup.py to use text/markdown for README
Browse files Browse the repository at this point in the history
  • Loading branch information
Liam-Deacon authored Jan 21, 2024
1 parent 690b484 commit ef9c36b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,7 @@
"Python-based version of the Barbieri/Van Hove phase shift calculation package for LEED/XPD modelling"
),
long_description=(None if not os.path.exists(README) else open(README).read()),
long_description_content_type="text/markdown",
classifiers=[
"Development Status :: 4 - Beta",
"Environment :: Console",
Expand Down

0 comments on commit ef9c36b

Please sign in to comment.