Skip to content

Commit

Permalink
build: Fix license metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmckinney committed Nov 11, 2024
1 parent 6549bd9 commit 006763f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ version = "1.5.0"
authors = [{name = "Scrapy developers", email = "[email protected]"}]
description = "A service for running Scrapy spiders, with an HTTP API"
readme = "README.rst"
license = "BSD"
license = {text = "BSD"}
urls = {Homepage = "https://github.com/scrapy/scrapyd"}
classifiers = [
"License :: OSI Approved :: BSD License",
Expand Down

0 comments on commit 006763f

Please sign in to comment.