Skip to content

Commit

Permalink
updated pyproject information
Browse files Browse the repository at this point in the history
  • Loading branch information
hweichelt committed May 3, 2024
1 parent 30ce789 commit 0229f44
Showing 1 changed file with 22 additions and 3 deletions.
25 changes: 22 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,11 @@ build-backend = "setuptools.build_meta"
[project]
name = "clingexplaid"
authors = [
{ name = "Hannes Weichelt", email = "[email protected]" }
{ name = "Hannes Weichelt", email = "[email protected]" },
{ name = "Susana Hahn", email = "[email protected]" }
]
description = "A template project."
maintainers = [{ name = "Hannes Weichelt", email = "[email protected]" }]
description = "Tools to aid the development of explanation systems using clingo"
requires-python = ">=3.9"
license = {file = "LICENSE"}
dynamic = [ "version" ]
Expand All @@ -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" ]
Expand Down

0 comments on commit 0229f44

Please sign in to comment.