From 8858922485598189e882df3f6ede62fd58a6e5e7 Mon Sep 17 00:00:00 2001 From: Scott Date: Wed, 7 Dec 2016 02:00:10 -0600 Subject: [PATCH] Updates license information to be more standardized --- LICENCE => LICENSE | 0 setup.py | 2 ++ 2 files changed, 2 insertions(+) rename LICENCE => LICENSE (100%) diff --git a/LICENCE b/LICENSE similarity index 100% rename from LICENCE rename to LICENSE diff --git a/setup.py b/setup.py index abd4453..24c7d71 100644 --- a/setup.py +++ b/setup.py @@ -22,7 +22,9 @@ setup( author_email="david@vaunt.eu", classifiers=["Development Status :: 4 - Beta", "Intended Audience :: End Users/Desktop", + "License :: OSI Approved :: BSD License", "Programming Language :: Python"], + license="FreeBSD License", packages=["shreddit"], install_requires=["arrow", "backports-abc", "praw>=4", "prawcore", "PyYAML", "requests", "six", "tornado"], package_data={"shreddit": ["*.example"]},