-
Notifications
You must be signed in to change notification settings - Fork 29
Expand file tree
/
Copy pathsetup.cfg
More file actions
27 lines (25 loc) · 704 Bytes
/
setup.cfg
File metadata and controls
27 lines (25 loc) · 704 Bytes
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
[metadata]
name = procServUtils
version = 2.9.0-dev
author = Ralph Lange
author_email = ralph.lange@gmx.de
description = Support scripts for procServ
long_description = file: README.md
classifiers =
Programming Language :: Python :: 3
License :: GNU GPLv3
Operating System :: Unix
project_urls =
"Homepage" = "https://github.com/ralphlange/procServ"
"Bug Tracker" = "https://github.com/ralphlange/procServ/issues"
[options]
zip_safe = false
include_package_data = true
python_requires = >=3.6.8
package_dir =
=.
packages = find:
[options.entry_points]
console_scripts =
manage-procs = procServUtils.manage:entrypoint
procServ-launcher = procServUtils.launch:entrypoint