diff --git a/setup.py b/setup.py index e3f0ecc..e5e19ea 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ url = "https://github.com/dabapps/django-forms-dynamic" author = "DabApps" author_email = "hello@dabapps.com" -license = "BSD" +license = "BSD-2-Clause" with open("README.md") as f: readme = f.read()