-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathsetup.cfg
33 lines (31 loc) · 1.18 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
[metadata]
name = slurm-openstack-tools
summary = Tools to manage and provide functionality for Slurm clusters on OpenStack
description-file = README.rst
author = StackHPC
author-email = [email protected]
home-page = https://www.stackhpc.com/
project_urls =
Bug Tracker = https://github.com/stackhpc/slurm-openstack-tools
Source Code = https://github.com/stackhpc/slurm-openstack-tools
python-requires = >=3.6
classifier =
Environment :: OpenStack
Intended Audience :: Information Technology
Intended Audience :: System Administrators
License :: OSI Approved :: Apache Software License
Operating System :: POSIX :: Linux
Programming Language :: Python
Programming Language :: Python :: 3
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: Implementation :: CPython
[files]
packages =
slurm_openstack_tools
[entry_points]
console_scripts =
slurm-openstack-rebuild = slurm_openstack_tools.reboot:main
slurm-stats = slurm_openstack_tools.sacct:main
slurm-openstack-resume = slurm_openstack_tools.resume:main
slurm-openstack-suspend = slurm_openstack_tools.suspend:main