Skip to content

Commit

Permalink
PyPI changes to setuptools arguments
Browse files Browse the repository at this point in the history
Requires markdown to be specified content type
  • Loading branch information
e-mags committed Jun 14, 2024
1 parent fbc015e commit 35d3969
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 @@ -82,6 +82,7 @@
version="0.0.3",
description="Surface roughness calculation with Python",
long_description=(Path(__file__).parent/"README.md").read_text(),
long_description_content_type='text/markdown',
author="Earl Magsipoc",
author_email="[email protected]",
url="https://github.com/e-mags/pysurfaceroughness",
Expand Down

0 comments on commit 35d3969

Please sign in to comment.