-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpyproject.toml
More file actions
28 lines (25 loc) · 873 Bytes
/
Copy pathpyproject.toml
File metadata and controls
28 lines (25 loc) · 873 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
[project]
name = "open-treaties"
version = "1.0.0"
description = "國際法公約中英雙語結構化資料集 — 28 部公約、1,914 條條文"
readme = "README.md"
license = "MIT"
requires-python = ">=3.10"
authors = [{ name = "LawChat", email = "opensource@lawchat.com.tw" }]
dependencies = ["mcp[cli]>=1.0.0"]
classifiers = [
"Development Status :: 5 - Production/Stable",
"License :: OSI Approved :: MIT License",
"Programming Language :: Python :: 3",
"Topic :: Scientific/Engineering :: Information Analysis",
]
[project.urls]
Homepage = "https://github.com/lawchat-oss/open-treaties"
Issues = "https://github.com/lawchat-oss/open-treaties/issues"
Company = "https://lawchat.com.tw"
[tool.hatch.build.targets.wheel]
packages = ["."]
only-include = ["server.py", "data"]
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"