From 0229f44120a0d88ad8e9c537eed4f8e6474f23f5 Mon Sep 17 00:00:00 2001 From: Hannes Weichelt Date: Fri, 3 May 2024 12:21:44 +0200 Subject: [PATCH] updated pyproject information --- pyproject.toml | 25 ++++++++++++++++++++++--- 1 file changed, 22 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 81e74e8..3173a7c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,9 +8,11 @@ build-backend = "setuptools.build_meta" [project] name = "clingexplaid" authors = [ - { name = "Hannes Weichelt", email = "hweichelt@uni-potsdam.de" } + { name = "Hannes Weichelt", email = "hweichelt@uni-potsdam.de" }, + { name = "Susana Hahn", email = "susuhahnml@yahoo.com.mx" } ] -description = "A template project." +maintainers = [{ name = "Hannes Weichelt", email = "hweichelt@uni-potsdam.de" }] +description = "Tools to aid the development of explanation systems using clingo" requires-python = ">=3.9" license = {file = "LICENSE"} dynamic = [ "version" ] @@ -19,9 +21,26 @@ dependencies = [ "clingo>=5.7.1", "autoflake", ] +classifiers = [ + "Development Status :: 4 - Beta", + "Environment :: Console", + "Intended Audience :: Developers", + "License :: OSI Approved :: MIT License", + "Programming Language :: Python :: 3", + "Programming Language :: Python :: 3 :: Only", + "Programming Language :: Python :: 3.9", + "Programming Language :: Python :: 3.10", + "Programming Language :: Python :: 3.11", + "Programming Language :: Python :: 3.12", + "Operating System :: OS Independent", + "Topic :: Software Development :: Libraries :: Python Modules", + "Typing :: Typed", +] [project.urls] -Homepage = "https://github.com/krr-up/clingo-explaid" +Homepage = "https://github.com/potassco/clingo-explaid" +Source = "https://github.com/potassco/clingo-explaid" +"Issues" = "https://github.com/potassco/clingo-explaid/issues" [project.optional-dependencies] format = [ "black", "isort", "autoflake" ]