[fiona] 03/04: Rename fio command to fiona to avoid name clash
Johan Van de Wauw
johanvdw-guest at moszumanska.debian.org
Tue Nov 4 20:45:01 UTC 2014
This is an automated email from the git hooks/post-receive script.
johanvdw-guest pushed a commit to branch patch-queue/master
in repository fiona.
commit 02e0e654f3e7fae8e0ae137365a4537e27a9e9b3
Author: Johan Van de Wauw <johan.vandewauw at gmail.com>
Date: Fri Oct 24 21:09:21 2014 +0200
Rename fio command to fiona to avoid name clash
There is already another package providing a binary "fio" (fio).
---
setup.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/setup.py b/setup.py
index 68c8241..54accc3 100644
--- a/setup.py
+++ b/setup.py
@@ -129,7 +129,7 @@ setup(
packages=['fiona', 'fiona.fio'],
entry_points='''
[console_scripts]
- fio=fiona.fio.fio:cli
+ fiona=fiona.fio.fio:cli
''',
install_requires=requirements,
tests_require=['nose'],
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/fiona.git
More information about the Pkg-grass-devel
mailing list