-
Notifications
You must be signed in to change notification settings - Fork 7
/
setup.cfg
37 lines (35 loc) · 1.09 KB
/
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
32
33
34
35
36
37
[metadata]
name = clyngor
version = attr: clyngor.__version__
description = Python wrapper around Clingo/Answer Set Programming
long_description = file: README.mkd
long_description_content_type = text/markdown
author = Lucas Bourneuf
author_email = [email protected]
url = https://github.com/aluriak/clyngor
license = GPLv3
keywords = Answer Set Programming, wrapper, clingo
classifiers =
License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Development Status :: 4 - Beta
Intended Audience :: Science/Research
Programming Language :: Python :: 3
Programming Language :: Python :: 3.5
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: ASP
[options]
zip_safe = False
include_package_data = True
packages = clyngor
install_requires =
Arpeggio>=1.6.1
pyPEG2>=2.15.2
pytest>=3.2.1
clingo>=5.5.1
[zest.releaser]
create-wheel = yes
python-file-with-version = clyngor/__init__.py