Skip to content

Commit 86c5446

Browse files
committed
常规更新
1 parent bfcfa7c commit 86c5446

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

pyproject.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,11 @@ readme = "README.md"
1010
authors = [
1111
{name = "Bensz Conan", email = "[email protected]"}
1212
]
13-
license = {text = "MIT"}
13+
license = "MIT"
1414
classifiers = [
1515
"Development Status :: 4 - Beta",
1616
"Intended Audience :: Developers",
1717
"Topic :: Software Development :: Libraries :: Python Modules",
18-
"License :: OSI Approved :: MIT License",
1918
"Programming Language :: Python :: 3",
2019
"Programming Language :: Python :: 3.7",
2120
"Programming Language :: Python :: 3.8",
@@ -44,4 +43,3 @@ vibe-notify = "vibe_notification.cli:main"
4443
[tool.setuptools]
4544
packages = ["vibe_notification", "vibe_notification.notifiers", "vibe_notification.parsers", "vibe_notification.detectors"]
4645
include-package-data = true
47-
license-files = ["LICENSE"]

0 commit comments

Comments
 (0)