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",