Skip to content
This repository was archived by the owner on Jun 10, 2025. It is now read-only.

Commit 9cf5f79

Browse files
committed
chore:clean up old setup files, importlib
1 parent d6a31f3 commit 9cf5f79

File tree

3 files changed

+2
-36
lines changed

3 files changed

+2
-36
lines changed

overpass/__init__.py

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,7 @@
1-
# -*- coding: utf-8 -*-
2-
3-
# Copyright 2015-2018 Martijn van Exel.
4-
# This file is part of the overpass-api-python-wrapper project
5-
# which is licensed under Apache 2.0.
6-
# See LICENSE.txt for the full license text.
7-
8-
"""Thin wrapper around the OpenStreetMap Overpass API."""
1+
from importlib.metadata import version
92

103
__title__ = "overpass"
11-
__version__ = "0.7"
4+
__version__ = version("overpass")
125
__license__ = "Apache 2.0"
136

147
from .api import API

setup.cfg

Lines changed: 0 additions & 2 deletions
This file was deleted.

setup.py

Lines changed: 0 additions & 25 deletions
This file was deleted.

0 commit comments

Comments
 (0)