Skip to content

Commit

Permalink
drop setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
bjlittle committed Nov 27, 2024
1 parent baabb88 commit 6d13732
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 15 deletions.
13 changes: 0 additions & 13 deletions setup.py

This file was deleted.

2 changes: 1 addition & 1 deletion src/geovista/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
from click_default_group import DefaultGroup
import lazy_loader as lazy

from ._version import version as __version__
from . import __version__
from .cache import CACHE, pooch_mute
from .common import get_modules
from .config import resources
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -89,10 +89,10 @@ platform =
linux
passenv =
GEOVISTA_DOWNLOAD
CI
setenv =
linkcheck: BUILDER = linkcheck
doctest: BUILDER = doctest
CI = true
GEOVISTA_POOCH_MUTE = true
usedevelop =
true
Expand Down

0 comments on commit 6d13732

Please sign in to comment.