File tree 3 files changed +6
-3
lines changed
3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 1
1
include LICENSE.txt
2
- recursive-include tests *
2
+ include tests/*
3
+ include examples/*
Original file line number Diff line number Diff line change 8
8
"""Thin wrapper around the OpenStreetMap Overpass API."""
9
9
10
10
__title__ = "overpass"
11
- __version__ = "0.6.0 "
11
+ __version__ = "0.6.1 "
12
12
__license__ = "Apache 2.0"
13
13
14
14
from .api import API
Original file line number Diff line number Diff line change 3
3
setup (
4
4
name = "overpass" ,
5
5
packages = ["overpass" ],
6
- version = "0.6.0 " ,
6
+ version = "0.6.1 " ,
7
7
description = "Python wrapper for the OpenStreetMap Overpass API" ,
8
8
long_description = "See README.md" ,
9
9
author = "Martijn van Exel" ,
17
17
"Programming Language :: Python :: 3.3" ,
18
18
"Programming Language :: Python :: 3.4" ,
19
19
"Programming Language :: Python :: 3.5" ,
20
+ "Programming Language :: Python :: 3.6" ,
21
+ "Programming Language :: Python :: 3.7" ,
20
22
"Topic :: Scientific/Engineering :: GIS" ,
21
23
"Topic :: Utilities" ,
22
24
],
You can’t perform that action at this time.
0 commit comments