Skip to content

Commit

Permalink
Fix pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicoretti committed Dec 30, 2023
1 parent 8d9eeab commit 303dd15
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ authors = ["Nicola Coretti <[email protected]>"]
description = "Pytest plugin for prysk"
repository = "https://github.com/prysk/pytest-prysk"
homepage = "https://nicoretti.github.io/prysk/"
license = "MIT"
license = "GPL-2.0-or-later"
readme = "README.md"

packages = [{include = "pytest_prysk"}]
Expand All @@ -14,7 +14,8 @@ classifiers = [
"Development Status :: 4 - Beta",
"Environment :: Console",
"Intended Audience :: Developers",
"License :: OSI Approved :: MIT License",
"License :: OSI Approved :: GNU General Public License (GPL)",
"License :: OSI Approved :: GNU General Public License v2 or later (GPLv2+)",
"Natural Language :: English",
"Operating System :: OS Independent",
"Programming Language :: Python :: 3",
Expand All @@ -37,12 +38,10 @@ pytest = "^7.3.2"
prysk = ">=0.15.0"


[tool.poetry.group.dev.dependencies]
invokees = ">=0.4.0"

[tool.poetry.plugins.pytest11]
prysk = "pytest_prysk"


[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"

0 comments on commit 303dd15

Please sign in to comment.