mirror of
https://github.com/Hopiu/django-model-utils.git
synced 2026-05-27 19:13:59 +00:00
Merge pull request #261 from kavdev/patch-1
Add "license" arg to setup() call
This commit is contained in:
commit
bb439db404
1 changed files with 1 additions and 0 deletions
1
setup.py
1
setup.py
|
|
@ -24,6 +24,7 @@ def get_version(root_path):
|
||||||
setup(
|
setup(
|
||||||
name='django-model-utils',
|
name='django-model-utils',
|
||||||
version=get_version(HERE),
|
version=get_version(HERE),
|
||||||
|
license="BSD",
|
||||||
description='Django model mixins and utilities',
|
description='Django model mixins and utilities',
|
||||||
long_description=long_description,
|
long_description=long_description,
|
||||||
author='Carl Meyer',
|
author='Carl Meyer',
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue