Skip to content

Commit

Permalink
typo in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
zishun committed Mar 18, 2022
1 parent 5c68737 commit 578b5c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ def build_extension(self, ext):
author_email="",
description="A collection of python utilities for mesh processing",
long_description=long_description,
long_description_content_type='text/markdown'
long_description_content_type='text/markdown',
url="https://github.com/zishun/MeshUtility",
project_urls={
"Bug Tracker": "https://github.com/zishun/MeshUtility/issues",
Expand Down

0 comments on commit 578b5c1

Please sign in to comment.