diff --git a/README.md b/README.md index 2163a6f4..ab2417ae 100644 --- a/README.md +++ b/README.md @@ -6,8 +6,8 @@
[![License](https://img.shields.io/badge/License-Apache_2.0-blue.svg)](https://opensource.org/licenses/Apache-2.0) -[![Keras](https://img.shields.io/badge/keras-v3.5.0+-success.svg)](https://github.com/keras-team/keras) -![Python](https://img.shields.io/badge/python-v3.10.0+-success.svg) +[![Keras](https://img.shields.io/badge/keras-v3.15.0+-success.svg)](https://github.com/keras-team/keras) +![Python](https://img.shields.io/badge/python-v3.11+-success.svg)
diff --git a/pyproject.toml b/pyproject.toml index c8a700a0..32cbfcd5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,5 @@ [build-system] -requires = ["setuptools>=61.0"] +requires = ["setuptools>=77.0.3"] build-backend = "setuptools.build_meta" [project] @@ -29,13 +29,17 @@ keywords = [ "model-training", "pytorch", ] -license = { text = "Apache License 2.0" } +license = "Apache-2.0" +license-files = ["LICENSE"] classifiers = [ '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 :: Only', 'Programming Language :: Python :: 3.11', 'Programming Language :: Python :: 3.12', + 'Programming Language :: Python :: 3.13', 'Topic :: Scientific/Engineering', 'Topic :: Scientific/Engineering :: Artificial Intelligence', 'Topic :: Software Development',