From cb1161b9813d5ded836a295215c42bb98ca0b2eb Mon Sep 17 00:00:00 2001 From: saudzahirr Date: Tue, 25 Aug 2026 16:14:47 +0500 Subject: [PATCH] Drop Science classifiers from the project template This is a blank scaffold -- name and description are still placeholders -- so it is not scientific software. Both classifiers were inherited from the numerical projects this template was seeded from, and they misfile any package generated from it until someone notices. Intended Audience :: Developers and Topic :: Software Development stay, which is what a template actually is. A generated project that really is scientific can add them back. Co-Authored-By: Claude Opus 5 (1M context) --- pyproject.toml | 2 -- 1 file changed, 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 51a6442..305b3a8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,6 @@ keywords = [ ] classifiers = [ "Development Status :: 5 - Production/Stable", - "Intended Audience :: Science/Research", "Intended Audience :: Developers", "License :: OSI Approved :: GNU General Public License v3 (GPLv3)", "Programming Language :: Python", @@ -38,7 +37,6 @@ classifiers = [ "Programming Language :: Python :: 3.13", "Programming Language :: Python :: 3.14", "Topic :: Software Development", - "Topic :: Scientific/Engineering", "Operating System :: Microsoft :: Windows", "Operating System :: POSIX", "Operating System :: Unix",