-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsetup.cfg
More file actions
45 lines (40 loc) · 1.34 KB
/
setup.cfg
File metadata and controls
45 lines (40 loc) · 1.34 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
[metadata]
name = maas-cpu-analyzer
version = 1.0.0
author = Dincer Celik
author_email = hello@dincercelik.com
description = A Python tool to analyze CPU models in MAAS machines and optionally create OpenStack traits for resource scheduling
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/dincercelik/maas-cpu-analyzer
download_url = https://github.com/dincercelik/maas-cpu-analyzer/archive/refs/tags/v1.0.0.tar.gz
keywords = maas openstack cpu traits hardware analysis
classifiers =
Development Status :: 4 - Beta
Intended Audience :: System Administrators
Operating System :: OS Independent
Programming Language :: Python :: 3
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Topic :: System :: Systems Administration
Topic :: System :: Hardware
project_urls =
Bug Reports = https://github.com/dincercelik/maas-cpu-analyzer/issues
Source = https://github.com/dincercelik/maas-cpu-analyzer
[options]
packages = find:
python_requires = >=3.9
[options.entry_points]
console_scripts =
maas-cpu-analyzer = maas_cpu_analyzer:main
[options.packages.find]
where = .
include = *
exclude = tests*
[options.package_data]
* = *.txt, *.md, *.cfg
[egg_info]
tag_build =
tag_date = 0
tag_svn_revision = 0