Skip to content

Commit 5b65bdf

Browse files
committed
pyproject.toml update
1 parent 60a385f commit 5b65bdf

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,19 +8,19 @@ name = "pyconstclasses"
88
version = "1.0"
99
description = "Package with const class decoratos and utility"
1010
authors = [
11-
{name = "SpectraL519"}
11+
{name = "SpectraL519"}
1212
]
13-
readme = {file = "README.md", content-type = "markdown"}
13+
readme = {file = "README.md", content-type = "text/markdown"}
1414
license = {file = "LICENSE"}
1515
requires-python = ">= 3.9"
1616
keywords = ["const", "const class", "const classes"]
1717
classifiers = [
1818
"Development Status :: 5 - Production/Stable", # 3 - Alpha, 5 - Production/Stable
1919

2020
"Intended Audience :: Developers",
21-
"Topic :: Software Development :: Decorators",
21+
"Topic :: Software Development :: Libraries :: Python Modules",
2222

23-
"License :: MIT License",
23+
"License :: OSI Approved :: MIT License",
2424

2525
"Programming Language :: Python :: 3",
2626
"Programming Language :: Python :: 3.9",

0 commit comments

Comments
 (0)