Skip to content

Commit

Permalink
Add license fileand bump verion to 0.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
rmsare committed Oct 22, 2019
1 parent 3e2edb7 commit d6964d3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name="pymccrgb",
version="0.1.4",
version="0.1.5",
author=["Robert Sare", "George Hilley"],
author_email="[email protected]",
description="A Python package for point cloud classification using color and curvature",
Expand All @@ -15,6 +15,7 @@
url="https://github.com/rmsare/pymccrgb",
packages=setuptools.find_packages(),
include_package_data=True,
data_files=[("", ["LICENSE"])],
classifiers=[
"Development Status :: 4 - Beta",
"Intended Audience :: Developers",
Expand Down

0 comments on commit d6964d3

Please sign in to comment.