Skip to content

Commit 38fca5a

Browse files
+ package metadata
1 parent 47bacbc commit 38fca5a

1 file changed

Lines changed: 14 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,24 @@
11
[tool.poetry]
22
name = "thread"
3-
version = "0.0.1"
3+
version = "0.1.0"
44
description = "Threading module extension"
55
authors = ["Alex <taboez4life@gmail.com>"]
66
license = "MIT"
77
readme = "README.md"
88
packages = [{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]
1124
python = "^3.11"

0 commit comments

Comments
 (0)