Add "license" arg to setup() call

This helps for seeing at-a-glance licenses in services such as pyup.io
This commit is contained in:
Alexander Kavanaugh 2017-01-25 19:36:59 -08:00 committed by GitHub
parent a502e32e9d
commit 9abcf0c943

View file

@ -24,6 +24,7 @@ def get_version(root_path):
setup(
name='django-model-utils',
version=get_version(HERE),
license="BSD",
description='Django model mixins and utilities',
long_description=long_description,
author='Carl Meyer',