Skip to content

Commit 64c47b4

Browse files
committed
Remove redundant classifier.
1 parent 5047190 commit 64c47b4

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "mdlint-obsidian"
7-
version = "0.2.3"
7+
version = "0.2.4"
88
description = "A linter for Obsidian Flavored Markdown files"
99
readme = "README.md"
1010
license = "MIT"
@@ -14,7 +14,6 @@ keywords = ["obsidian", "markdown", "linter", "lint"]
1414
classifiers = [
1515
"Development Status :: 4 - Beta",
1616
"Intended Audience :: Developers",
17-
"License :: OSI Approved :: MIT License",
1817
"Programming Language :: Python :: 3",
1918
"Programming Language :: Python :: 3.10",
2019
"Programming Language :: Python :: 3.11",

0 commit comments

Comments
 (0)