[python-shapely] 19/148: Do not install examples (which are already installed as examples) in /usr/bin
Sebastiaan Couwenberg
sebastic at moszumanska.debian.org
Thu Aug 20 17:41:59 UTC 2015
This is an automated email from the git hooks/post-receive script.
sebastic pushed a commit to branch master
in repository python-shapely.
commit 6b50aa2b9ad9d23b126b97cbb2afa05852101efd
Author: Pietro Battiston <me at pietrobattiston.it>
Date: Thu Jun 24 16:27:30 2010 +0200
Do not install examples (which are already installed as examples) in /usr/bin
---
setup.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/setup.py b/setup.py
index 0ed51f1..c00bf64 100644
--- a/setup.py
+++ b/setup.py
@@ -29,7 +29,7 @@ setup_args = dict(
url = 'http://trac.gispython.org/lab/wiki/Shapely',
long_description = readme_text,
packages = ['shapely', 'shapely.geometry'],
- scripts = ['examples/dissolve.py', 'examples/intersect.py'],
+# scripts = ['examples/dissolve.py', 'examples/intersect.py'],
test_suite = 'shapely.tests.test_suite',
classifiers = [
'Development Status :: 5 - Production/Stable',
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/python-shapely.git
More information about the Pkg-grass-devel
mailing list