From e42259d4794f8d9da5999fe461f472743c48a107 Mon Sep 17 00:00:00 2001 From: medmunds Date: Wed, 21 Nov 2012 14:52:57 -0800 Subject: [PATCH] Note BSD license in readme and setup.py package classifiers. BSD license assumed based on the line ``license="BSD"`` found in the original setup.py. Cherry-picked from medmunds/Djrill@b3b44c1c --- README.rst | 2 ++ setup.py | 1 + 2 files changed, 3 insertions(+) diff --git a/README.rst b/README.rst index ecc48c4..652f2c0 100644 --- a/README.rst +++ b/README.rst @@ -10,6 +10,8 @@ An optional Django admin interface is included. The admin interface allows you t * Add/disable email senders. * See stats on email tags and urls. +Djrill is made available under the BSD license. + Installation ------------ diff --git a/setup.py b/setup.py index f7f822c..7f8ac6c 100644 --- a/setup.py +++ b/setup.py @@ -16,6 +16,7 @@ setup( include_package_data=True, classifiers=[ "Programming Language :: Python", + "License :: OSI Approved :: BSD License", "Topic :: Software Development :: Libraries :: Python Modules", "Framework :: Django", "Environment :: Web Environment",