File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " thread"
3- version = " 0.0.1 "
3+ version = " 0.1.0 "
44description = " Threading module extension"
55authors = [" Alex <taboez4life@gmail.com>" ]
66license = " MIT"
77readme = " README.md"
88packages = [{include = " thread" , from = " src" }]
9+ include = [{ path = " tests" , format = " sdist" }]
10+ homepage = " https://github.com/caffeine-addictt/thread"
11+ repository = " https://github.com/caffeine-addictt/thread"
12+ documentation = " https://github.com/caffeine-addictt/thread/blob/main/docs/getting-started.md"
13+ keywords = [" threading" , " extension" , " multiprocessing" ]
14+ classifiers = [
15+ " Development Status :: 1 - Planning" ,
16+ " Intended Audience :: Developers" ,
17+ " License :: OSI Approved :: MIT License"
18+ ]
19+
20+ [tool .poetry .urls ]
21+ "Bug Tracker" = " https://github.com/caffeine-addictt/thread/issues"
922
1023[tool .poetry .dependencies ]
1124python = " ^3.11"
You can’t perform that action at this time.
0 commit comments