git-filter-repo/release
Benjamin Motz 4ff15cd422 Use setup.py entry_points for installation
This should make the installation via pip more robust.

On Windows the usage of entry_points will install a wrapper executable
for the script that chooses the proper python executable. This
essentially makes the script run correctly when called via `git
filter-repo` (direct execution via `git-filter-repo` was already fine
before).

This fixes an issue on Windows, where the git-installation will choose a
different python executable than the one indicated by the installation
via `pip{x,3} install`.

Signed-off-by: Benjamin Motz <benjamin.motz@mailbox.org>
2021-06-10 18:33:26 +02:00
..
setup.cfg release: tweak packaging scripts for uploading to PyPI 2019-12-26 12:32:53 -08:00
setup.py Use setup.py entry_points for installation 2021-06-10 18:33:26 +02:00