forked from buguroo/pyknow
-
Notifications
You must be signed in to change notification settings - Fork 40
/
Copy pathsetup.cfg
29 lines (27 loc) · 774 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
[metadata]
name = experta
version = attr: experta.__version__
description = Expert Systems for Python
long_description = file: README.rst, TODO.rst, CHANGELOG.rst
keywords = knowledge-based, inference, engine
license = LGPLv3
classifiers =
Programming Language :: Python :: 3.5
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: Implementation :: PyPy
authors = Roberto Abdelkader Martínez Pérez
authors_email = [email protected]
url = https://github.com/nilp0inter/experta
[options]
zip_safe = False
include_package_data = True
install_requires =
immutabledict==1.0.0
schema==0.6.7
packages = find:
[options.packages.find]
exclude =
tests
docs