Update pyproject.toml

This commit is contained in:
Babibubebon 2024-06-18 03:32:28 +09:00
parent 34fb72e89f
commit dc45cbdf75
Signed by: Babibubebon
GPG key ID: 78C8FB2A2FEA1EE3

View file

@ -1,10 +1,13 @@
[tool.poetry] [tool.poetry]
name = "gbizinfo-lod" name = "gbizinfo-lod"
version = "0.1.0" version = "0.1.1"
description = "A tool to generate LOD datasets for gBizINFO" description = "A tool to generate LOD datasets for gBizINFO"
authors = ["Babibubebon <babibubebon@babibubebo.org>"] authors = ["Babibubebon <babibubebon@babibubebo.org>"]
homepage = "https://github.com/Babibubebon/gbizinfo-lod"
license = "MIT" license = "MIT"
readme = "README.md" readme = "README.md"
repository = "https://github.com/Babibubebon/gbizinfo-lod"
keywords = ["rdf", "linked open data"]
[tool.poetry.dependencies] [tool.poetry.dependencies]
python = "^3.12" python = "^3.12"