Skip to content

Commit 157153c

Browse files
authored
update project info (#10)
1 parent d668a09 commit 157153c

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

pyproject.toml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,20 @@ readme = "README.md"
77
packages = [{ include = "fuzzy_json", from = "src" }]
88
include = ["src/fuzzy_json/py.typed"]
99
exclude = ["src/fuzzy_json/tests"]
10+
license = "MIT"
11+
homepage = "https://github.com/livingbio/fuzzy-json"
12+
repository = "https://github.com/livingbio/fuzzy-json"
13+
keywords = ["openai", "json", "llm"]
14+
classifiers = [
15+
'Intended Audience :: Developers',
16+
'License :: OSI Approved :: MIT License',
17+
'Natural Language :: English',
18+
'Operating System :: OS Independent',
19+
'Programming Language :: Python',
20+
'Programming Language :: Python :: 3',
21+
'Programming Language :: Python :: 3.10',
22+
'Programming Language :: Python :: 3.11',
23+
]
1024

1125
[tool.poetry.dependencies]
1226
python = "^3.10"

0 commit comments

Comments
 (0)