@@ -5,7 +5,7 @@ description = "Threading module extension"
55authors = [" Alex <taboez4life@gmail.com>" ]
66license = " BSD-3-Clause"
77readme = " README.md"
8- packages = [{include = " thread" , from = " src" }]
8+ packages = [{ include = " thread" , from = " src" }]
99include = [{ path = " tests" , format = " sdist" }]
1010homepage = " https://github.com/python-thread/thread"
1111repository = " https://github.com/python-thread/thread"
@@ -14,7 +14,10 @@ keywords = ["threading", "extension", "multiprocessing"]
1414classifiers = [
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 ]
2730python = " ^3.9"
28- typer = {extras = [" all" ], version = " ^0.9.0" }
31+ typer = { extras = [" all" ], version = " ^0.9.0" }
2932typing-extensions = " ^4.9.0"
3033
3134
0 commit comments