-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathsetup.cfg
More file actions
69 lines (64 loc) · 2.03 KB
/
setup.cfg
File metadata and controls
69 lines (64 loc) · 2.03 KB
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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
# Followed from simpy setup.cfg https://gitlab.com/team-simpy/simpy/-/blob/master/setup.cfg
[metadata]
name = simpm
author = Naimeh Sadeghi, Pedram Elmi
author_email = "sadeghi@kntu.ac.ir", "naima.sadeghi@gmail.com", "pedram.elmi@gmail.com"
description = SimPM (Simulation for Project Management) is a discrete-event simulation toolkit for modeling project schedules and resources (Python 3+).
long_description = file: README.md, AUTHORS.md
long_description_content_type = text/markdown
url = https://github.com/Project-SimPM/SimPM
project_urls =
Documentation = https://simpm.readthedocs.io/en/latest/
Source = https://github.com/Project-SimPM/SimPM
Issues = https://github.com/Project-SimPM/SimPM/issues
Releases = https://github.com/Project-SimPM/SimPM/releases
Changelog = https://simpm.readthedocs.io/en/latest/changelog.html
keywords =
python
simpm
simulation for project management
project management
project scheduling
resource management
critical path
construction
simulation
scheduling
discrete-event simulation
documentation
license = MIT License
license_file = LICENSE
classifiers =
Development Status :: 5 - Production/Stable
Environment :: Console
Intended Audience :: Developers
Intended Audience :: Education
Intended Audience :: Science/Research
License :: OSI Approved :: MIT License
Natural Language :: English
Operating System :: OS Independent
Programming Language :: Python
Programming Language :: Python :: 3
Programming Language :: Python :: Implementation :: CPython
Programming Language :: Python :: Implementation :: PyPy
Topic :: Scientific/Engineering
Topic :: Office/Business :: Scheduling
[options]
include_package_data = True
zip_safe = False
setup_requires =
install_requires =
simpy >= 4
pandas >= 1
numpy >= 1
scipy >= 1
matplotlib >= 3
colorlog >= 6
streamlit >= 1.32
plotly >= 5
python_requires = >= 3.6
package_dir =
= src
packages = find:
[options.packages.find]
where = src