Skip to content

Commit a1bfc51

Browse files
committed
Fix licence deprecation warning
1 parent e74f801 commit a1bfc51

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ name = "django-tenant-options"
77
version = "2025.10.1"
88
description = "Empowering Your SaaS Tenants with Custom Options and Sane Defaults"
99
authors = [{ name = "Jack Linke", email = "jacklinke@gmail.com" }]
10-
license = { text = "MIT" }
10+
license = "MIT"
1111
readme = "README.md"
1212
classifiers = [
1313
"Environment :: Web Environment",
@@ -18,7 +18,6 @@ classifiers = [
1818
"Framework :: Django :: 5.2",
1919
"Development Status :: 4 - Beta",
2020
"Intended Audience :: Developers",
21-
"License :: OSI Approved :: MIT License",
2221
"Operating System :: OS Independent",
2322
"Programming Language :: Python",
2423
"Programming Language :: Python :: 3",

0 commit comments

Comments
 (0)