Skip to content

Commit 51c91f5

Browse files
Update classifiers
1 parent 94d7066 commit 51c91f5

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

pyproject.toml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description = "Threading module extension"
55
authors = ["Alex <taboez4life@gmail.com>"]
66
license = "BSD-3-Clause"
77
readme = "README.md"
8-
packages = [{include = "thread", from = "src"}]
8+
packages = [{ include = "thread", from = "src" }]
99
include = [{ path = "tests", format = "sdist" }]
1010
homepage = "https://github.com/python-thread/thread"
1111
repository = "https://github.com/python-thread/thread"
@@ -14,7 +14,10 @@ keywords = ["threading", "extension", "multiprocessing"]
1414
classifiers = [
1515
"Development Status :: 3 - Alpha",
1616
"Intended Audience :: Developers",
17-
"License :: OSI Approved :: BSD License"
17+
"License :: OSI Approved :: BSD License",
18+
"Operating System :: OS Independent",
19+
"Programming Language :: Python",
20+
"Programming Language :: Python :: 3",
1821
]
1922

2023
[tool.poetry.urls]
@@ -25,7 +28,7 @@ thread = "thread.__main__:app"
2528

2629
[tool.poetry.dependencies]
2730
python = "^3.9"
28-
typer = {extras = ["all"], version = "^0.9.0"}
31+
typer = { extras = ["all"], version = "^0.9.0" }
2932
typing-extensions = "^4.9.0"
3033

3134

0 commit comments

Comments
 (0)