Skip to content

Commit

Permalink
change to setup tools.
Browse files Browse the repository at this point in the history
  • Loading branch information
petebunting committed Jun 26, 2020
1 parent 6abc0b9 commit b7351ab
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit b7351ab

Please sign in to comment.