Skip to content

Commit

Permalink
Try to make setuptools keep my damn test data.
Browse files Browse the repository at this point in the history
  • Loading branch information
Grant Brown authored and Grant Brown committed Jul 3, 2012
1 parent 2876855 commit fc72720
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions MANIFEST.in
@@ -0,0 +1,2 @@
recursive-include laspytest *.las

2 changes: 1 addition & 1 deletion laspy/__init__.py
@@ -1 +1 @@
__version__ = '1.1.0' __version__ = '1.1.1'
1 change: 1 addition & 0 deletions setup.py
Expand Up @@ -26,6 +26,7 @@
install_requires = ['numpy'], install_requires = ['numpy'],
test_suite = 'laspytest.test_laspy', test_suite = 'laspytest.test_laspy',
data_files = [("laspytest/data", ["simple.las", "simple1_3.las", "simple1_4.las"])], data_files = [("laspytest/data", ["simple.las", "simple1_3.las", "simple1_4.las"])],
include_package_data = True,
zip_safe = False, zip_safe = False,
classifiers = [ classifiers = [
'Development Status :: 4 - Beta', 'Development Status :: 4 - Beta',
Expand Down

0 comments on commit fc72720

Please sign in to comment.