11[project ]
22name = " kanboard"
3- version = " 1.1.6 "
4- description = " Client library for Kanboard"
3+ version = " 1.1.7 "
4+ description = " Python client library for Kanboard"
55readme = " README.rst"
6- requires-python = " >=3.7"
7- license = {file = " LICENSE" }
6+ requires-python = " >=3.9"
7+ license = " MIT"
8+ license-files = [" LICENSE" ]
89keywords = [" kanboard" , " api" , " client" ]
910authors = [
1011 { name = " Frédéric Guillot" , email = " fred@kanboard.net" }
@@ -14,13 +15,6 @@ classifiers = [
1415 " Intended Audience :: Information Technology" ,
1516 " License :: OSI Approved :: MIT License" ,
1617 " Programming Language :: Python" ,
17- " Programming Language :: Python :: 3.7" ,
18- " Programming Language :: Python :: 3.8" ,
19- " Programming Language :: Python :: 3.9" ,
20- " Programming Language :: Python :: 3.10" ,
21- " Programming Language :: Python :: 3.11" ,
22- " Programming Language :: Python :: 3.12" ,
23- " Programming Language :: Python :: 3.13" ,
2418 " Programming Language :: Python :: 3 :: Only" ,
2519]
2620
0 commit comments