From 5e1c13024dff223a80aa2aacce259d661950e3fe Mon Sep 17 00:00:00 2001 From: JonathanCrabbe Date: Fri, 9 Feb 2024 10:27:32 +0000 Subject: [PATCH] Fix toml --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 82bdeb3..2ec7ce3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,9 +25,9 @@ maintainers = [ classifiers = [ "Development Status :: 3 - Alpha", - "Intended Audience :: Researchers", + "Intended Audience :: Science/Research", - "Topic :: Generative AI :: Diffusion", + "Topic :: Scientific/Engineering :: Artificial Intelligence", "License :: OSI Approved :: MIT License",