From 6a6fa5dba59f9a521837366b671171a1eaba56ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Konrad=20Ja=C5=82owiecki?= Date: Wed, 15 Mar 2023 16:23:34 +0100 Subject: [PATCH] Update project description --- pyproject.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index b50385b..9fe00dc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,8 +3,10 @@ requires = ["setuptools-cuda", "setuptools", "wheel", "cython", "numpy"] build-backend = "setuptools.build_meta" [project] +readme = "README.md" requires-python = ">=3.7,<3.10" name = "omnisolver-bruteforce" +description = "Bruteforce (a.k.a. exhaustive search) Plugin for Omnisolver" version = "0.0.1" dependencies = [ "omnisolver ~= 0.0.3",