Skip to content

Commit 59f88ba

Browse files
committed
structure
1 parent 645faae commit 59f88ba

File tree

5 files changed

+16
-0
lines changed

5 files changed

+16
-0
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.

setup.cfg

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[metadata]
2+
description-file=README.md

setup.py

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
from distutils.core import setup
2+
3+
setup(
4+
name='overpass-wrapper',
5+
packages=['overpass-wrapper'],
6+
version='0.0.1',
7+
description='Python wrapper for the OpenStreetMap Overpass API',
8+
author='Martijn van Exel',
9+
author_email='m@rtijn.org',
10+
url='https://github.com/mvexel/overpass-api-python-wrapper',
11+
download_url='https://github.com/mvexel/overpass-api-python-wrapper/tarball/0.0.1',
12+
keywords=['openstreetmap', 'overpass', 'wrapper'],
13+
classifiers=[],
14+
)

0 commit comments

Comments
 (0)