-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathsetup.cfg
34 lines (32 loc) · 905 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
32
33
34
[metadata]
name = logics
version = 1.10.3
author = Ariel Jonathan Roffé
author_email = [email protected]
url = https://github.com/ariroffe/logics
description = Logics is a Python framework for mathematical logic
license = MIT
license_files = LICENSE.txt
long_description = file: README.rst
long_description_content_type = text/x-rst
classifiers =
License :: OSI Approved :: MIT License
Operating System :: OS Independent
Programming Language :: Python
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
Topic :: Scientific/Engineering :: Mathematics
[options]
packages=find:
python_requires = >=3.6
install_requires =
anytree >= 2.8.0
[options.packages.find]
exclude =
tests
tests.*
*.tests
*.tests.*