[python-shapely] 34/148: Examples are removed from PATH by patch

Sebastiaan Couwenberg sebastic at moszumanska.debian.org
Thu Aug 20 17:42:00 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 ed340e0f7d4bcab7c87dc1405b7d29f30c0b8966
Author: Pietro Battiston <me at pietrobattiston.it>
Date:   Tue Sep 14 12:48:15 2010 +0200

    Examples are removed from PATH by patch
---
 setup.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/setup.py b/setup.py
index bf1ce38..00ad9b1 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