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:
medmunds
2012-11-21 14:52:57 -08:00
parent 442229d08d
commit e42259d479
2 changed files with 3 additions and 0 deletions

View File

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