Skip to content

Commit 0bf1e8f

Browse files
authored
fix: classifier invalid (#33)
Classifier must be a valid classifier to upload.
1 parent 1c2a122 commit 0bf1e8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ authors = [
1212
{ name = "Wenzel Jakob", email = "[email protected]" },
1313
]
1414
classifiers = [
15-
"License :: BSD",
15+
"License :: OSI Approved :: BSD License",
1616
]
1717

1818
[project.urls]

0 commit comments

Comments
 (0)