mirror of
https://github.com/pacnpal/django-anymail.git
synced 2025-12-20 11:51:05 -05:00
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
This commit is contained in:
@@ -10,6 +10,8 @@ An optional Django admin interface is included. The admin interface allows you t
|
|||||||
* Add/disable email senders.
|
* Add/disable email senders.
|
||||||
* See stats on email tags and urls.
|
* See stats on email tags and urls.
|
||||||
|
|
||||||
|
Djrill is made available under the BSD license.
|
||||||
|
|
||||||
Installation
|
Installation
|
||||||
------------
|
------------
|
||||||
|
|
||||||
|
|||||||
1
setup.py
1
setup.py
@@ -16,6 +16,7 @@ setup(
|
|||||||
include_package_data=True,
|
include_package_data=True,
|
||||||
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",
|
||||||
|
|||||||
Reference in New Issue
Block a user