diff --git a/pyproject.toml b/pyproject.toml index b2ff582..25178ce 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ classifiers = [ dependencies = ["Django>=4.0"] description = "A simple approach to Django tagging" keywords = ["Django Tag Me", "Django", "django", "django tagging"] -license = {text = "BSD-3-Clause", file = "LICENSE" } +license = {file = "LICENSE" } maintainers = [{ name = "Mark Sevelj", email = "mark.sevelj@dunwright.com.au" }] name = "django-tag-me" readme = "README.rst" @@ -57,4 +57,4 @@ exclude_dirs = ["tests"] [tool.black] line-length = 79 -target-version = ['py312'] \ No newline at end of file +target-version = ['py312']