forked from Zverik/osm_to_sandbox
-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
31 lines (29 loc) · 898 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
[metadata]
name = osm_to_sandbox
version = 1.0
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
[options.entry_points]
console_scripts =
osm_to_sandbox = osm_to_sandbox.osm_to_sandbox:main