Skip to content

Commit

Permalink
Merge pull request #77 from Liam-Deacon/fix/pypi-long-descrption-cont…
Browse files Browse the repository at this point in the history
…ent-type

fix: Update setup.py to use text/markdown for README
  • Loading branch information
Liam-Deacon authored Jan 21, 2024
2 parents 79bf8d6 + ef9c36b commit eb80c3b
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 eb80c3b

Please sign in to comment.