Skip to content

Commit

Permalink
Fix typo in setup
Browse files Browse the repository at this point in the history
  • Loading branch information
rmsare committed Oct 24, 2019
1 parent 8dc37f6 commit 48a953d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,9 @@ def build_extension(self, ext):

setup(
name="pymcc_lidar",
version="1.1",
author=["Robert Sare", "George Hilley"],
author_email="hilleye@stanford.edu",
version="1.2",
author=["George Hilley", "Robert Sare"],
author_email="hilley@stanford.edu",
description="A Python package for point cloud classification using relative height",
license="MIT",
url="https://github.com/stgl/pymcc",
Expand Down

0 comments on commit 48a953d

Please sign in to comment.