-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathsetup.cfg
29 lines (27 loc) · 826 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
[metadata]
name = es_stats
description = "Collect metrics from Elasticsearch"
long_description = file: README.rst
version = attr: es_stats.version.__version__
author = Aaron Mildenstein
author_email = [email protected]
url = http://github.com/untergeek/es_stats
license = Apache License, Version 2.0
keywords = elasticsearch, stats
classifiers =
Intended Audience :: Developers
Intended Audience :: System Administrators
License :: OSI Approved :: Apache Software License
Operating System :: OS Independent
Programming Language :: Python :: 2.7
Programming Language :: Python :: 3.5
Programming Language :: Python :: 3.6
[options]
packages = es_stats
include_package_data = True
install_requires =
setuptools>=30.3.0
dotmap>=1.2.20
elasticsearch>=5.5.2
[bdist_wheel]
universal=1