Commit e1155879 authored by Alexander Kavanaugh's avatar Alexander Kavanaugh Committed by GitHub

Add license to setup.py

This makes it easy to see the license at-a-glance from services such as pyup.io
parent 70509320
...@@ -15,6 +15,7 @@ setup( ...@@ -15,6 +15,7 @@ setup(
"Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.3",
"Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.4",
"Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.5",
"License :: OSI Approved :: BSD License",
"Operating System :: OS Independent", "Operating System :: OS Independent",
"Topic :: Software Development :: Libraries", "Topic :: Software Development :: Libraries",
"Topic :: Utilities", "Topic :: Utilities",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment