Merge pull request #261 from kavdev/patch-1

Add "license" arg to setup() call
This commit is contained in:
Romain Garrigues 2017-01-26 09:37:34 +00:00 committed by GitHub
commit bb439db404

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',