-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathsetup.cfg
31 lines (29 loc) · 818 Bytes
/
setup.cfg
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
[metadata]
name = pastasolver
version = 1.0.1
author = Damiano Azzolini
author_email = damiano.azzolini@unife.it
description = Inference in probabilistc answer set programs under the credal semantics and with statistical statements
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/damianoazzolini/pasta
project_urls =
Bug Tracker = https://github.com/damianoazzolini/pasta/issues
classifiers =
Programming Language :: Python :: 3
License :: OSI Approved :: GNU GPLv3 License
Operating System :: OS Independent
[options]
packages = pastasolver
python_requires = >=3.9
install_requires =
clingo>=5.5
numpy
scipy
sympy
pytest
statistics
gekko
[options.entry_points]
console_scripts =
pastasolver = pastasolver:main