Skip to content

Commit

Permalink
drop setup.py (#1227)
Browse files Browse the repository at this point in the history
* drop setup.py

* add changelog news fragment
  • Loading branch information
bjlittle authored Nov 27, 2024
1 parent baabb88 commit b7aa593
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 15 deletions.
3 changes: 3 additions & 0 deletions changelog/1227.contributor.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Dropped the use of ``setup.py``, given the already configured
`PEP 517 <https://peps.python.org/pep-0517/>`__ ``build-backend`` with
`setuptools <https://github.com/pypa/setuptools>`__. (:user:`bjlittle`)
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 b7aa593

Please sign in to comment.