Skip to content

Commit 2559159

Browse files
committed
Update pyproject.toml
1 parent 6c14cc3 commit 2559159

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

pyproject.toml

+7
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@ version = "0.0.1"
44
description = "Generate LangChain config quickly"
55
authors = ["Hironsan <[email protected]>"]
66
license = "MIT"
7+
readme = "README.md"
8+
homepage = "https://github.com/doccano/doccano-mini"
9+
repository = "https://github.com/doccano/doccano-mini"
10+
classifiers = [
11+
"Programming Language :: Python",
12+
"Programming Language :: Python :: 3.10",
13+
]
714

815
[tool.poetry.scripts]
916
doccano-mini = 'doccano_mini.cli:main'

0 commit comments

Comments
 (0)