From 374a336672c6aa0a887474532a62df4c61c678a8 Mon Sep 17 00:00:00 2001 From: Ethan Drower Date: Fri, 27 Dec 2024 10:36:09 -0600 Subject: [PATCH] Fix pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9bdae97..6da785a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ classifiers = [ "License :: OSI Approved :: MIT License", "Programming Language :: Python", "Natural Language :: English", - "Topic :: Documentation :: Sphinx" + "Topic :: Documentation :: Sphinx", "Topic :: Software Development", "Topic :: Software Development :: Libraries :: Python Modules", "Topic :: Scientific/Engineering",