@@ -4,33 +4,30 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " pybacklog"
7- version = " 0.1.8 "
7+ version = " 1.0.0 "
88description = " Backlog API v2 Client"
99readme = " README.md"
1010license = { file = " LICENSE" }
11- authors = [
12- { name = " Toshiaki Baba" , email = " toshiaki@netmark.jp" }
13- ]
14- urls = { "Homepage" = " https://github.com/netmarkjp/pybacklog" }
11+ authors = [{ name = " BABA Toshiaki" , email = " toshiaki@netmark.jp" }]
12+ keywords = [" backlog" , " api" ]
1513classifiers = [
1614 " Programming Language :: Python :: 3.10" ,
1715 " Programming Language :: Python :: 3.11" ,
1816 " Programming Language :: Python :: 3.12" ,
1917 " Programming Language :: Python :: 3.13" ,
2018 " Programming Language :: Python :: 3.14" ,
21- " Topic :: Utilities"
19+ " Topic :: Utilities" ,
2220]
2321requires-python = " >=3.10"
2422
25- dependencies = [
26- " requests >=2.12.4,<3.0"
27- ]
23+ dependencies = [" requests >=2.12.4,<3.0" ]
24+
25+ [project .urls ]
26+ Homepage = " https://github.com/netmarkjp/pybacklog"
27+ Repository = " https://github.com/netmarkjp/pybacklog"
2828
2929[dependency-groups ]
30- dev = [
31- " pyright>=1.1.407" ,
32- " ruff>=0.14.6" ,
33- ]
30+ dev = [" pyright>=1.1.407" , " ruff>=0.14.6" ]
3431
3532[tool .uv ]
3633# Additional uv-specific configurations can be added here.
@@ -40,8 +37,16 @@ target-version = "py310"
4037line-length = 120
4138# lint.select = ["E", "F", "W"]
4239# lint.ignore = []
43- exclude = [" .venv" , " build" , " dist" , " .eggs" , " *.egg-info" , " .ruff_cache" , " __pycache__" ]
40+ exclude = [
41+ " .venv" ,
42+ " build" ,
43+ " dist" ,
44+ " .eggs" ,
45+ " *.egg-info" ,
46+ " .ruff_cache" ,
47+ " __pycache__" ,
48+ ]
4449
4550[tool .pyright ]
4651pythonVersion = " 3.10"
47- typeCheckingMode = " strict"
52+ typeCheckingMode = " strict"
0 commit comments