Skip to content

Commit b7351ab

Browse files
committed
change to setup tools.
1 parent 6abc0b9 commit b7351ab

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

setup.py

+3-2
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,11 @@
3333
# History:
3434
# Version 1.0 - Created.
3535

36-
import setuptools
36+
#import setuptools
37+
from distutils.core import setup
3738
import os
3839

39-
setuptools.setup(name='pysl4land',
40+
setup(name='pysl4land',
4041
version='0.1.0',
4142
description='Python tools to process spaceborne lidar (GEDI and ICESAT2) for land (pySL4Land) applications.',
4243
author='Pete Bunting',

0 commit comments

Comments
 (0)