-
Notifications
You must be signed in to change notification settings - Fork 27
/
Copy pathsetup.cfg
39 lines (36 loc) · 1.06 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
[metadata]
name = fuzzylogic
version = attr: src.fuzzylogic.__version__
description = Fuzzy Logic for Python 3
long_description = file: README.md
long_description_content_type = text/markdown
author = Anselm Kiefner
author_email = [email protected]
license = MIT
url = https://github.com/amogorkon/fuzzylogic
classifiers =
Development Status :: 5 - Production/Stable
Intended Audience :: Developers
Intended Audience :: Education
Intended Audience :: Manufacturing
Intended Audience :: Science/Research
Natural Language :: English
Operating System :: OS Independent
Programming Language :: Python :: 3 :: Only
Topic :: Scientific/Engineering :: Artificial Intelligence
Topic :: Scientific/Engineering :: Mathematics
Topic :: Scientific/Engineering :: Information Analysis
keywords = fuzzy logic
[options]
packages = find:
package_dir =
= src
zip_safe = False
python_requires = >=3.12
[options.packages.find]
where = src
[options.extras_require]
plotting =
matplotlib
numba =
numba