forked from AmadeusITGroup/cloud-cost-allocation
-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
28 lines (28 loc) · 1.07 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
[metadata]
name = cloud_cost_allocation
version = attr: cloud_cost_allocation.__version__
description = A framework to allocate cloud costs recursively through a service consumption hierarchy up to products
long_description_content_type = text/markdown
long_description = file: README.md
classifiers =
Development Status :: 3 - Alpha
Intended Audience :: Developers
Topic :: System :: Archiving :: Packaging
License :: OSI Approved :: Apache Software License
Programming Language :: Python
Programming Language :: Python :: 3
Programming Language :: Python :: 3.5
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
author = Marc Perreaut
author_email = [email protected]
maintainer = Marc Perreaut
maintainer_email = [email protected]
url = https://github.com/AmadeusITGroup/cloud-cost-allocation
project_urls =
Issue Tracker = https://github.com/AmadeusITGroup/cloud-cost-allocation/issues
keywords = finops, cloud cost allocation
license = MIT
license_files = LICENSE