File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 11include LICENSE.txt
2- recursive-include tests *
2+ include tests/*
3+ include examples/*
Original file line number Diff line number Diff line change 88"""Thin wrapper around the OpenStreetMap Overpass API."""
99
1010__title__ = "overpass"
11- __version__ = "0.6.0 "
11+ __version__ = "0.6.1 "
1212__license__ = "Apache 2.0"
1313
1414from .api import API
Original file line number Diff line number Diff line change 33setup (
44 name = "overpass" ,
55 packages = ["overpass" ],
6- version = "0.6.0 " ,
6+ version = "0.6.1 " ,
77 description = "Python wrapper for the OpenStreetMap Overpass API" ,
88 long_description = "See README.md" ,
99 author = "Martijn van Exel" ,
1717 "Programming Language :: Python :: 3.3" ,
1818 "Programming Language :: Python :: 3.4" ,
1919 "Programming Language :: Python :: 3.5" ,
20+ "Programming Language :: Python :: 3.6" ,
21+ "Programming Language :: Python :: 3.7" ,
2022 "Topic :: Scientific/Engineering :: GIS" ,
2123 "Topic :: Utilities" ,
2224 ],
You can’t perform that action at this time.
0 commit comments