[Python-modules-commits] [dill] 03/07: Removes scripts generation from setup.py

Josué Ortega josue at moszumanska.debian.org
Sun Aug 13 02:52:14 UTC 2017


This is an automated email from the git hooks/post-receive script.

josue pushed a commit to branch master
in repository dill.

commit 10243de7d49e32db7268a2240735fb33e17b98da
Author: Josue Ortega <josue at debian.org>
Date:   Sun Jul 16 13:30:26 2017 -0600

    Removes scripts generation from setup.py
---
 setup.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/setup.py b/setup.py
index 210de90..b5786bd 100644
--- a/setup.py
+++ b/setup.py
@@ -289,7 +289,7 @@ if has_setuptools:
 
 # add the scripts, and close 'setup' call
 setup_code += """    
-      scripts=['scripts/dill_unpickle.py','scripts/get_objgraph.py'])
+      scripts=[])
 """
 
 # exec the 'setup' code

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/dill.git



More information about the Python-modules-commits mailing list