forked from heremaps/here-location-services-python
-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
42 lines (38 loc) · 1.03 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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
[bdist_wheel]
universal=1
[metadata]
name = here-location-services
author = HERE Europe B.V.
description = HERE Location Services for Python
long-description = file: README.md
license = Apache-2.0
platform = any
keywords =
API
REST
Client
Locaton Services
classifiers =
Development Status :: 4 - Beta
Intended Audience :: Developers
Topic :: Software Development :: Libraries
License :: OSI Approved :: Apache Software License
Operating System :: OS Independent
Programming Language :: Python :: 3
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
project_urls =
Bug Tracker = https://github.com/heremaps/here-location-services-python/issues
Source = https://github.com/heremaps/here-location-services-python
[options]
python_requires >= 3.6
[mypy]
ignore_missing_imports = True
[flake8]
max-line-length = 99
ignore = E203,W503
[isort]
line_length=99