mirror of
https://github.com/Hopiu/django-model-utils.git
synced 2026-03-16 20:00:23 +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(
|
||||
name='django-model-utils',
|
||||
version=get_version(HERE),
|
||||
license="BSD",
|
||||
description='Django model mixins and utilities',
|
||||
long_description=long_description,
|
||||
author='Carl Meyer',
|
||||
|
|
|
|||
Loading…
Reference in a new issue