Skip to content

Commit

Permalink
Fix classifiers
Browse files Browse the repository at this point in the history
  • Loading branch information
SimmonsRitchie committed Jun 20, 2024
1 parent 40d4782 commit 5a8e09f
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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"]

Expand Down

0 comments on commit 5a8e09f

Please sign in to comment.