Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
Hironsan committed Mar 15, 2023
1 parent 6c14cc3 commit 2559159
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ version = "0.0.1"
description = "Generate LangChain config quickly"
authors = ["Hironsan <hiroki.nakayama.py@gmail.com>"]
license = "MIT"
readme = "README.md"
homepage = "https://github.com/doccano/doccano-mini"
repository = "https://github.com/doccano/doccano-mini"
classifiers = [
"Programming Language :: Python",
"Programming Language :: Python :: 3.10",
]

[tool.poetry.scripts]
doccano-mini = 'doccano_mini.cli:main'
Expand Down

0 comments on commit 2559159

Please sign in to comment.