-
Notifications
You must be signed in to change notification settings - Fork 1
/
setup.cfg
42 lines (40 loc) · 954 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
40
41
42
[metadata]
name = hateno
version = 0.16
author = Jérémy Heleine
author-email = [email protected]
home-page = https://github.com/JeremyHeleine/Hateno
description = Hateno is a simulations manager, aimed to automate the process of managing and generating a high number of simulations.
long-description = file: README.md
keywords = simulations, automation
license = MIT License
license-file = LICENSE
classifiers =
Programming Language :: Python :: 3
License :: OSI Approved :: MIT License
Operating System :: OS Independent
[options]
zip_safe = False
python_requires = >= 3.7
package_dir =
=src
packages = find:
scripts =
bin/hateno
bin/hateno-clear
bin/hateno-generator
bin/hateno-get-settings
bin/hateno-init
bin/hateno-job
bin/hateno-job-state
bin/hateno-maker
bin/hateno-manager
bin/hateno-map
bin/hateno-send
bin/hateno-transform
bin/hateno-update
install_requires =
paramiko
tabulate
[options.packages.find]
where = src