[Python-modules-commits] [pyjokes] 01/02: Remove binaries from library installation
Ethan Ward
ethanward-guest at moszumanska.debian.org
Sat Aug 26 21:26:23 UTC 2017
This is an automated email from the git hooks/post-receive script.
ethanward-guest pushed a commit to branch patch-queue/master
in repository pyjokes.
commit ca2288bca8bdb817f10833143ec280df6edc740e
Author: Ethan Ward <ethan.ward at mycroft.ai>
Date: Mon Aug 21 20:12:37 2017 -0500
Remove binaries from library installation
---
setup.py | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/setup.py b/setup.py
index 5a4a8a5..a1899fe 100644
--- a/setup.py
+++ b/setup.py
@@ -40,8 +40,8 @@ setup(
url="https://github.com/pyjokes/pyjokes",
packages=find_packages(),
long_description=read('README.rst'),
- scripts=['scripts/pyjoke',
- 'scripts/pyjokes'],
+ #scripts=['scripts/pyjoke',
+ # 'scripts/pyjokes'],
classifiers=[
"Development Status :: 4 - Beta",
"Topic :: Utilities",
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/pyjokes.git
More information about the Python-modules-commits
mailing list