Skip to content

Commit

Permalink
allow py3.11;
Browse files Browse the repository at this point in the history
  • Loading branch information
hannesrichter committed Sep 30, 2023
1 parent ef6b00e commit cc1bab6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,16 @@
requires = ["setuptools>=61.0.0"]
build-backend = "setuptools.build_meta"

[tool.setuptools]
packages = ["koi_api"]

[project]
name = "koi-api"
version = "0.5.0"
description = "Backend server for the KOI-System"
license.file = "COPYING.LESSER"
readme = "README.md"
requires-python = ">=3.8,<3.11"
requires-python = ">=3.8,<3.12"
classifiers = ["Programming Language :: Python :: 3", "Operating System :: OS Independent"]

dependencies = [
Expand Down

0 comments on commit cc1bab6

Please sign in to comment.