diff --git a/README.rst b/README.rst index 56701be..0ff95e7 100644 --- a/README.rst +++ b/README.rst @@ -9,6 +9,8 @@ An optional Django admin interface is included. The admin interface allows you t * Check the status of your Mandrill API connection. * 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 95486d0..e3da9ad 100644 --- a/setup.py +++ b/setup.py @@ -18,6 +18,7 @@ setup( test_requires=["mock"], classifiers=[ "Programming Language :: Python", + "License :: OSI Approved :: BSD License", "Topic :: Software Development :: Libraries :: Python Modules", "Framework :: Django", "Environment :: Web Environment",