mirror of
https://github.com/Hopiu/django-model-utils.git
synced 2026-03-17 04:10:24 +00:00
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:
parent
a502e32e9d
commit
9abcf0c943
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