-
Notifications
You must be signed in to change notification settings - Fork 4
/
setup.cfg
32 lines (30 loc) · 910 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
[metadata]
name = osm_to_sandbox
version = 1.2
author = Ilya Zverev
author_email = [email protected]
keywords = osm, openstreetmap, sandbox, copy
description = Copy data from OpenStreetMap to its Mapping Sandbox
long_description = file: README.md
long_description_content_type = text/markdown
license = ISC License
license_files = LICENSE.md
url = https://github.com/Zverik/osm_to_sandbox
classifiers =
Development Status :: 5 - Production/Stable
Environment :: Console
Intended Audience :: Information Technology
Intended Audience :: Customer Service
Operating System :: OS Independent
License :: OSI Approved :: ISC License (ISCL)
Programming Language :: Python :: 3 :: Only
[options]
packages = osm_to_sandbox
python_requires = >=3.5
install_requires =
requests
lxml
cli-oauth2
[options.entry_points]
console_scripts =
osm_to_sandbox = osm_to_sandbox.osm_to_sandbox:cli