forked from sensein/etelemetry-client
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathsetup.cfg
46 lines (43 loc) · 1023 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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
[metadata]
url = https://github.com/mgxd/etelemetry-client
author = Senseable Intelligence Group
maintainer = Mathias Goncalves
maintainer_email = [email protected]
description = Etelemetry python client API
license = Apache License, 2.0
provides =
etelemetry
classifiers =
Development Status :: 3 - Alpha
Intended Audience :: Science/Research
License :: OSI Approved :: Apache Software License
Programming Language :: Python :: 2.7
Programming Language :: Python :: 3.5
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
[options]
python_requires = >= 2.7
install_requires =
requests
test_requires =
pytest >= 4.4.0
pytest-cov
codecov
packages = find:
include_package_data = True
[options.extras_require]
test =
pytest
pytest-cov
codecov
tests =
%(test)s
all =
%(test)s
[versioneer]
VCS = git
style = pep440
versionfile_source = etelemetry/_version.py
versionfile_build = etelemetry/_version.py
tag_prefix =
parentdir_prefix =