From 5a8e09fd537ba32bb01cd2256f6d053387e55c3c Mon Sep 17 00:00:00 2001 From: Daniel Simmons-Ritchie <37225902+SimmonsRitchie@users.noreply.github.com> Date: Thu, 20 Jun 2024 15:21:58 -0500 Subject: [PATCH] Fix classifiers --- pyproject.toml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 316809c..9097504 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,6 +18,17 @@ dependencies = [ "scrapy" ] dynamic = ["version"] +classifiers = [ + "Development Status :: 4 - Beta", + "Intended Audience :: Developers", + "License :: OSI Approved :: MIT License", + "Programming Language :: Python", + "Programming Language :: Python :: 3", + "Programming Language :: Python :: 3.9", + "Programming Language :: Python :: 3.10", + "Programming Language :: Python :: 3.11", + "Framework :: Scrapy" +] [project.urls] homepage = "https://github.com/City-Bureau/city-scrapers-core" @@ -33,17 +44,6 @@ dev = [ "isort", ] -[project.classifiers] -Development Status :: 4 - Beta -Intended Audience :: Developers -License :: OSI Approved :: MIT License -Programming Language :: Python -Programming Language :: Python :: 3 -Programming Language :: Python :: 3.9 -Programming Language :: Python :: 3.10 -Programming Language :: Python :: 3.11 -Framework :: Scrapy - [tool.setuptools.packages.find] exclude = ["tests"]