$OpenBSD: patch-setup_py,v 1.1.1.1 2017/06/20 17:14:47 landry Exp $

Index: setup.py
--- setup.py.orig
+++ setup.py
@@ -36,7 +36,6 @@ setup(name          = 'laspy',
       packages      = ['laspy', 'laspytest','laspy.tools'],
       install_requires = ['numpy'],
       test_suite = 'laspytest.test_laspy',
-      data_files = [("laspytest/data", ["simple.las", "simple1_3.las", "simple1_4.las", "simple.laz"])],
       include_package_data = True,
       zip_safe = False,
       entry_points = {'console_scripts':['lascopy = laspy.tools.lascopy:main',
