From 637274f976a6e92c3c01502f8fd8f68ae43b2647 Mon Sep 17 00:00:00 2001 From: Dan Morris Date: Thu, 25 Dec 2025 09:47:03 -0800 Subject: [PATCH] Package version bump, addressing build warning re: outdated license format in pyproject.toml --- pyproject.toml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 340aa62..f543bec 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,10 +1,10 @@ [build-system] -requires = ["setuptools", "wheel"] +requires = ["setuptools>=77", "wheel"] build-backend = "setuptools.build_meta" [project] name = "speciesnet" -version = "5.0.2" +version = "5.0.3" authors = [ {name = "Google Camera Traps AI team", email = "cameratraps@google.com"}, ] @@ -19,12 +19,11 @@ keywords = [ "speciesnet", ] readme = "README.md" -license = {file = "LICENSE"} +license = "Apache-2.0" classifiers = [ "Intended Audience :: Developers", "Intended Audience :: Education", "Intended Audience :: Science/Research", - "License :: OSI Approved :: Apache Software License", "Operating System :: OS Independent", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.9",