Skip to content

Commit

Permalink
meta: upgrade pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
Exirel committed Apr 27, 2024
1 parent 64058d2 commit 3b9c0d9
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,18 +1,19 @@
[build-system]
requires = ["setuptools~=63.0", "wheel"]
requires = ["setuptools>=68.0", "wheel"]
build-backend = "setuptools.build_meta"

[tool.setuptools]
platforms = ["Linux x86, x86-64"]

[tool.setuptools.packages.find]
include = ["sopel", "sopel_help.*"]
include = ["sopel_help.*"]
namespaces = false

[project]
name = "sopel-help"
version = "0.5.0.dev0"
description = "Help plugin for Sopel"
keywords = ["sopel", "irc", "help", "doc", "plugin"]
maintainers = [
{ name="dgw", email="[email protected]" },
{ name="Florian Strzelecki", email="[email protected]" },
Expand All @@ -34,6 +35,7 @@ classifiers = [
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Topic :: Communications :: Chat :: Internet Relay Chat",
]
requires-python = ">=3.8"
Expand Down

0 comments on commit 3b9c0d9

Please sign in to comment.