Skip to content
Draft
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
chore:clean up old setup files, importlib
  • Loading branch information
mvexel committed Aug 10, 2024
commit 9cf5f79c7777446e1cd3044b5409ecd0cf4d5146
11 changes: 2 additions & 9 deletions overpass/__init__.py
Original file line number Diff line number Diff line change
@@ -1,14 +1,7 @@
# -*- coding: utf-8 -*-

# Copyright 2015-2018 Martijn van Exel.
# This file is part of the overpass-api-python-wrapper project
# which is licensed under Apache 2.0.
# See LICENSE.txt for the full license text.

"""Thin wrapper around the OpenStreetMap Overpass API."""
from importlib.metadata import version

__title__ = "overpass"
__version__ = "0.7"
__version__ = version("overpass")
__license__ = "Apache 2.0"

from .api import API
Expand Down
2 changes: 0 additions & 2 deletions setup.cfg

This file was deleted.

25 changes: 0 additions & 25 deletions setup.py

This file was deleted.