@@ -3,14 +3,37 @@ name = "pywildbook"
33version = " 1.0.0"
44description = " Python client for the Wildbook v3 API"
55readme = " README.md"
6+ license = " MIT"
67authors = [
7- { name = " vkirkl" , email = " georgetownpolecat@gmail.com" }
8+ { name = " Kirk Larsen" , email = " georgetownpolecat@gmail.com" },
9+ { name = " Wild Me" , email = " info@wildme.org" },
10+ ]
11+ keywords = [" wildbook" , " wildlife" , " conservation" , " api" , " client" ]
12+ classifiers = [
13+ " Development Status :: 5 - Production/Stable" ,
14+ " Intended Audience :: Science/Research" ,
15+ " Intended Audience :: Developers" ,
16+ " License :: OSI Approved :: MIT License" ,
17+ " Programming Language :: Python :: 3" ,
18+ " Programming Language :: Python :: 3.11" ,
19+ " Programming Language :: Python :: 3.12" ,
20+ " Programming Language :: Python :: 3.13" ,
21+ " Topic :: Scientific/Engineering :: Artificial Intelligence" ,
22+ " Topic :: Scientific/Engineering :: Image Processing" ,
23+ " Topic :: Scientific/Engineering :: Image Recognition" ,
24+ " Topic :: Software Development :: Libraries :: Python Modules" ,
825]
926requires-python = " >=3.11"
1027dependencies = [
1128 " requests>=2.31.0" ,
1229]
1330
31+ [project .urls ]
32+ Homepage = " https://github.com/WildMeOrg/pywildbook"
33+ Repository = " https://github.com/WildMeOrg/pywildbook"
34+ "Bug Tracker" = " https://github.com/WildMeOrg/pywildbook/issues"
35+ Documentation = " https://docs.wildme.org/"
36+
1437[project .optional-dependencies ]
1538notebook = [
1639 " ipykernel>=6.31.0" ,
0 commit comments