jannessm / quadric-mesh-simplification

Fast python implementation of the quadric mesh simplification algorithm from http://mgarland.org/files/papers/quadrics.pdf
MIT License
103 stars 10 forks source link

Correct the package name in setup.py #17

Closed Xiaoming-Zhao closed 6 months ago

Xiaoming-Zhao commented 1 year ago

Hi Jannes, thanks a lot for this useful tool. I just found that there is a typo in setup.py, which makes the package name to be simplify instead of quad_mesh_simplify. This PR fixes it:

https://github.com/jannessm/quadric-mesh-simplification/blob/5954cd5bee4de540c9b015350ec0e416b49b0131/setup.py#L32

Feel free to let me know if you have any questions. Thanks

ani-bg commented 1 year ago

Can anyone please merge this? This will fix the installation problem. @jannessm @friggog @FreakTheMighty

alexander-hagg commented 6 months ago

Maintainer? Thank you :)