-
Notifications
You must be signed in to change notification settings - Fork 4
/
pyproject.toml
45 lines (35 loc) · 1004 Bytes
/
pyproject.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
[tool.poetry]
name = "eclingo"
version = "1.2.0"
description = ""
authors = ["Jorge Fandinno <[email protected]>"]
[[tool.poetry.source]]
name = "test"
url = "https://test.pypi.org/simple/"
[tool.poetry.dependencies]
python = "^3.9"
clingo = "^5.5.2"
clingox = {version = "^1.2.1", source = "test"}
[tool.poetry.dev-dependencies]
coverage = {extras = ["toml"], version = "^6.4.1"}
nox = "^2022.1.7"
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"
license = "MIT"
readme = "README.md"
homepage = "https://github.com/potassco/eclingo"
repository = "https://github.com/potassco/eclingo"
keywords = ["epistemic logic programming", "answer set programming", "logic programming"]
[tool.poetry.scripts]
eclingo = "eclingo.main:main"
[tool.coverage.paths]
source = ["src", "*/site-packages"]
[tool.coverage.run]
branch = true
source = ["eclingo"]
[tool.coverage.report]
show_missing = true
[tool.mypy]
#warn_return_any = true
#disallow_untyped_defs = true