-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
30 lines (28 loc) · 880 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
30
[metadata]
name = universal_tsdb
version = 0.1.1
description = A Universal Time-Series Database Python Client
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/gmasse/universal-tsdb
author = Germain Masse
author-email = g-dev@masse.me
keywords = timeseries-database, time-series, python, influxdb, warp10
classifiers =
Development Status :: 4 - Beta
License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Programming Language :: Python :: 3
Intended Audience :: Developers
Intended Audience :: Information Technology
Intended Audience :: Science/Research
Topic :: Software Development :: Libraries :: Python Modules
Natural Language :: English
[options]
python_requires = >=3.6
packages = find:
install_requires =
requests
[options.extras_require]
dev =
pylint
pytest