Skip to content

Commit 295bdbf

Browse files
committed
Minor metadata edits to package.
1 parent 5075da2 commit 295bdbf

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,12 @@ name = "mdlint-obsidian"
77
version = "0.2.0"
88
description = "A linter for Obsidian Flavored Markdown files"
99
readme = "README.md"
10-
license = {file = "LICENSE"}
10+
license = "MIT"
11+
license-files = ["LICENSE"]
1112
requires-python = ">=3.10"
1213
keywords = ["obsidian", "markdown", "linter", "lint"]
1314
classifiers = [
14-
"Development Status :: 3 - Alpha",
15+
"Development Status :: 4 - Beta",
1516
"Intended Audience :: Developers",
1617
"License :: OSI Approved :: MIT License",
1718
"Programming Language :: Python :: 3",

0 commit comments

Comments
 (0)