Skip to content

Commit

Permalink
update description
Browse files Browse the repository at this point in the history
  • Loading branch information
jsb committed Apr 26, 2018
1 parent 73576ff commit 1e7418c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,8 @@

[![](https://www.graphics.rwth-aachen.de:9000/OpenMesh/openmesh-python/badges/master/pipeline.svg)](https://www.graphics.rwth-aachen.de:9000/OpenMesh/openmesh-python/commits/master)

OpenMesh Python bindings implemented with
[pybind11](https://github.com/pybind/pybind11) that are tightly integrated with
[numpy](http://www.numpy.org/).
OpenMesh is a versatile halfedge-based data structure for representing and manipulating polygon meshes.
The OpenMesh Python bindings are are tightly integrated with [numpy](http://www.numpy.org/) and are implemented using [pybind11](https://github.com/pybind/pybind11).

## Example
```python
Expand Down Expand Up @@ -58,7 +57,7 @@ For further examples see the documentation or refer to the [unit tests](https://

pip install openmesh

## Prebuilt Binaries
### Prebuilt Binaries

We provide prebuilt wheels for manual installation with `pip` for the following configurations:
#### Linux
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ def build_extension(self, ext):
},
author='Alexander Dielen, Isaak Lim, Janis Born',
author_email='[email protected]',
description='a versatile halfedge data structure for representing and manipulating polygon meshes',
description='a versatile halfedge-based data structure for representing and manipulating polygon meshes',
long_description=readme(),
long_description_content_type='text/markdown',
ext_modules=[CMakeExtension('openmesh')],
Expand Down

0 comments on commit 1e7418c

Please sign in to comment.