Skip to content

Commit

Permalink
fix(build): Removed erroneous license reference #202
Browse files Browse the repository at this point in the history
closes #202
  • Loading branch information
imAsparky committed Dec 16, 2024
1 parent b816a42 commit cd0e7c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = "[email protected]" }]
name = "django-tag-me"
readme = "README.rst"
Expand Down Expand Up @@ -57,4 +57,4 @@ exclude_dirs = ["tests"]

[tool.black]
line-length = 79
target-version = ['py312']
target-version = ['py312']

0 comments on commit cd0e7c7

Please sign in to comment.