Merge pull request #10 from medmunds/clarify_license

Note BSD license in readme and setup.py package classifiers.
This commit is contained in:
Kenneth Love
2012-11-23 09:53:30 -08:00
2 changed files with 3 additions and 0 deletions

View File

@@ -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. * Check the status of your Mandrill API connection.
* See stats on email tags and urls. * See stats on email tags and urls.
Djrill is made available under the BSD license.
Installation Installation
------------ ------------

View File

@@ -18,6 +18,7 @@ setup(
test_requires=["mock"], test_requires=["mock"],
classifiers=[ classifiers=[
"Programming Language :: Python", "Programming Language :: Python",
"License :: OSI Approved :: BSD License",
"Topic :: Software Development :: Libraries :: Python Modules", "Topic :: Software Development :: Libraries :: Python Modules",
"Framework :: Django", "Framework :: Django",
"Environment :: Web Environment", "Environment :: Web Environment",