We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6abc0b9 commit b7351abCopy full SHA for b7351ab
setup.py
@@ -33,10 +33,11 @@
33
# History:
34
# Version 1.0 - Created.
35
36
-import setuptools
+#import setuptools
37
+from distutils.core import setup
38
import os
39
-setuptools.setup(name='pysl4land',
40
+setup(name='pysl4land',
41
version='0.1.0',
42
description='Python tools to process spaceborne lidar (GEDI and ICESAT2) for land (pySL4Land) applications.',
43
author='Pete Bunting',
0 commit comments