We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c14cc3 commit 2559159Copy full SHA for 2559159
pyproject.toml
@@ -4,6 +4,13 @@ version = "0.0.1"
4
description = "Generate LangChain config quickly"
5
authors = ["Hironsan <[email protected]>"]
6
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
+]
14
15
[tool.poetry.scripts]
16
doccano-mini = 'doccano_mini.cli:main'
0 commit comments