Skip to content

Commit 3087b26

Browse files
committed
Update deprecated packaging
1 parent 80035a8 commit 3087b26

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
@@ -24,7 +24,7 @@ description = "ChatterBot is a machine learning, conversational dialog engine"
2424
authors = [
2525
{name = "Gunther Cox"},
2626
]
27-
license = { file = "LICENSE", name = "BSD-3-Clause" }
27+
license = "BSD-3-Clause"
2828
readme = "README.md"
2929
dynamic = ["version"]
3030
keywords = [
@@ -40,7 +40,6 @@ keywords = [
4040
classifiers = [
4141
"Development Status :: 4 - Beta",
4242
"Intended Audience :: Developers",
43-
"License :: OSI Approved :: BSD License",
4443
"Operating System :: OS Independent",
4544
"Environment :: Console",
4645
"Environment :: Web Environment",

0 commit comments

Comments
 (0)