-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathsetup.cfg
51 lines (50 loc) · 1.08 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
[metadata]
name = extra-boolean
version = 1.0.7
author = Subhajit Sahu
author_email = wolfram77@gmail.com
description = Boolean data type has two possible truth values to represent logic.
long_description = file: README.md
long_description_content_type = text/markdown
license = MIT License
license_file = LICENSE
url = https://python3f.github.io/extra-boolean/
project_urls =
Source = https://github.com/python3f/extra-boolean/
Documentation = https://python3f.github.io/extra-boolean/
keywords =
extra
boolean
algebra
logic
parse
not
eq
neq
imply
nimply
and
or
xor
count
nand
nor
xnor
select
classifiers =
Intended Audience :: Education
License :: OSI Approved :: MIT License
Operating System :: MacOS :: MacOS X
Operating System :: Microsoft :: Windows
Operating System :: POSIX
Operating System :: POSIX :: BSD
Operating System :: POSIX :: Linux
Programming Language :: Python :: 2
Programming Language :: Python :: 3
[options]
packages =
extra_boolean
python_requires = >= 2.5
install_requires =
setup_requires =
include_package_data = False