-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
39 lines (37 loc) · 990 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
35
36
37
38
39
[metadata]
name = salbpone
author = Oleh Oleinikov
author_email = oleh.oleynikov@gmail.com
description = Simple Assembly Line Balancing Problem (SALBP-1) solver
long_description = file: README.rst
long_description_content_type = text/x-rst
license = GNU GPL v3
classifiers =
Intended Audience :: Developers
Intended Audience :: Education
Intended Audience :: Science/Research
Operating System :: OS Independent
Natural Language :: Ukrainian
Programming Language :: Python :: 3
Programming Language :: Python :: 3.10
License :: OSI Approved :: GNU General Public License v3 (GPLv3)
[options]
packages = find:
include_package_data = True
python_requires = >=3.10
install_requires =
PuLP~=2.8.0
loguru~=0.7.2
networkx~=3.3
pyvis~=0.3.2
numpy~=2.0.0
[options.extras_require]
dev =
jupyter
sphinx
sphinx_rtd_theme
sphinx-copybutton
sphinx-toggleprompt
sphinx-automodapi
readthedocs-sphinx-search
recommonmark