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

Josué Ortega josue at moszumanska.debian.org
Sun Jul 16 19:38:23 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 bdf23b2fe730c60208d2c4cb41d2f48bd0aad11a
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 eca7e92..6ba1146 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