We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e74f801 commit a1bfc51Copy full SHA for a1bfc51
pyproject.toml
@@ -7,7 +7,7 @@ name = "django-tenant-options"
7
version = "2025.10.1"
8
description = "Empowering Your SaaS Tenants with Custom Options and Sane Defaults"
9
authors = [{ name = "Jack Linke", email = "jacklinke@gmail.com" }]
10
-license = { text = "MIT" }
+license = "MIT"
11
readme = "README.md"
12
classifiers = [
13
"Environment :: Web Environment",
@@ -18,7 +18,6 @@ classifiers = [
18
"Framework :: Django :: 5.2",
19
"Development Status :: 4 - Beta",
20
"Intended Audience :: Developers",
21
- "License :: OSI Approved :: MIT License",
22
"Operating System :: OS Independent",
23
"Programming Language :: Python",
24
"Programming Language :: Python :: 3",
0 commit comments