From b7351ab8b3f43ce2f3c25365a4cd961822e99082 Mon Sep 17 00:00:00 2001 From: Pete Bunting Date: Fri, 26 Jun 2020 15:17:50 +0100 Subject: [PATCH] change to setup tools. --- setup.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 4844af1..5bcaeaa 100644 --- a/setup.py +++ b/setup.py @@ -33,10 +33,11 @@ # History: # Version 1.0 - Created. -import setuptools +#import setuptools +from distutils.core import setup import os -setuptools.setup(name='pysl4land', +setup(name='pysl4land', version='0.1.0', description='Python tools to process spaceborne lidar (GEDI and ICESAT2) for land (pySL4Land) applications.', author='Pete Bunting',