Skip to content

Commit 0640bd6

Browse files
authored
Merge pull request #409 from peopledoc/fix-license-ref
Fix license reference in setup.py
2 parents b6667e4 + 276426e commit 0640bd6

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.rst

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ master (unreleased)
66
===================
77

88
- Pass context to serializer in from_json.
9+
- Fix license reference in setup.py (#402).
910

1011
Release 6.0.0 (2020-10-07)
1112
==========================

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
version=formidable.version,
1313
packages=find_packages(),
1414
include_package_data=True,
15-
license='BSD License',
15+
license='MIT License',
1616
description='django-formidable is a full django application which '
1717
'allows you to create, edit, delete and use forms.',
1818
long_description=README,

0 commit comments

Comments
 (0)