diff --git a/LICENSE.txt b/LICENSE similarity index 100% rename from LICENSE.txt rename to LICENSE diff --git a/setup.py b/setup.py index e7637dfb..8d4b7dd0 100644 --- a/setup.py +++ b/setup.py @@ -6,11 +6,11 @@ setup( name="ggplot", - version="0.1.0", + version="0.1.1", author="Greg Lamp", author_email="greg@yhathq.com", url="https://github.com/yhat/ggplot/", - license=open("LICENSE.txt").read(), + license="BSD", packages=find_packages(), package_dir={"ggplot": "ggplot"}, package_data={"ggplot": ["data/*.csv"]},