From 05cfc49d5ae57a40057915cc910228307fc09755 Mon Sep 17 00:00:00 2001 From: Stephen Nneji Date: Tue, 29 Oct 2019 18:09:58 +0000 Subject: [PATCH] removes demo.py --- MANIFEST.in | 2 +- README.md | 5 --- demo.py | 127 ---------------------------------------------------- 3 files changed, 1 insertion(+), 133 deletions(-) delete mode 100644 demo.py diff --git a/MANIFEST.in b/MANIFEST.in index 3cec766..3329af2 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,5 +1,5 @@ include README.md LICENSE -include gimpact.cpp +include gimpact.cpp gimpact.pyx gimpact.pxd include tests/*.py recursive-include GIMPACT * exclude *.whl \ No newline at end of file diff --git a/README.md b/README.md index 0f36efe..8b2dc44 100644 --- a/README.md +++ b/README.md @@ -20,11 +20,6 @@ Features Installation ------------ Build requires numpy and cython (tested on Linux and Windows). -``` shell -python setup.py bdist_wheel -pip install .whl -``` - ``` shell pip install gimpact ``` diff --git a/demo.py b/demo.py deleted file mode 100644 index efb6dd9..0000000 --- a/demo.py +++ /dev/null @@ -1,127 +0,0 @@ -import gimpact -import numpy as np - - -def write_binary_stl(filename, mesh): - record_dtype = np.dtype([ - ('normals', np.float32, (3,)), - ('vertices', np.float32, (3, 3)), - ('attr', '