forked from heremaps/xyz-spaces-python
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
48 lines (43 loc) · 1.19 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
43
44
45
46
47
48
[bdist_wheel]
universal=1
[metadata]
name = xyzspaces
author = HERE Europe B.V.
author_email = [email protected]
home-page = https://github.com/heremaps/xyz-spaces-python
description = Manage your XYZ Hub server or HERE Data Hub from Python
long-description = file: README.md
license = Apache-2.0
license_files =
LICENSE
platform = any
keywords =
XYZ
API
REST
Client
Geospatial
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.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
project_urls =
Bug Tracker = https://github.com/heremaps/xyz-spaces-python/issues
Source = https://github.com/heremaps/xyz-spaces-python
[mypy]
ignore_missing_imports = True
[flake8]
max-line-length = 90
exclude = .git,__pycache__,doc/,docs/,build/,dist/,archive/
ignore = E203,W503,E231
[isort]
line_length = 90
[options]
python_requires >= 3.6