Skip to content

Commit

Permalink
Merge pull request laspy#43 from Ylannl/master
Browse files Browse the repository at this point in the history
Do not import laspy before it is installed on the system
  • Loading branch information
grantbrown committed Feb 3, 2016
2 parents 8d8bc7a + c847453 commit 33a768c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions setup.py
@@ -1,8 +1,6 @@
from setuptools import setup
import shutil

import laspy

# Get text from README.txt
try:
readme_text = file('README.rst', 'rb').read()
Expand All @@ -29,7 +27,7 @@


setup(name = 'laspy',
version = laspy.__version__,
version = '1.4.0',
description = 'Native Python ASPRS LAS read/write library',
license = 'BSD',
keywords = 'gis lidar las',
Expand Down

0 comments on commit 33a768c

Please sign in to comment.