diff --git a/pyproject.toml b/pyproject.toml index 44adeec8..2e4a3bd2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,6 @@ classifiers = [ "Framework :: Django :: 4.2", "Framework :: Django :: 5.1", "Intended Audience :: Developers", - "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.9", @@ -30,7 +29,7 @@ dependencies = [ ] description = "Bootstrap 4 for Django" keywords = ["django", "bootstrap", "bootstrap4"] -license = {file = "LICENSE"} +license = "BSD-3-Clause" name = "django-bootstrap4" readme = "README.md" requires-python = ">=3.9"