[Python-modules-commits] [pygithub] 02/09: Disable installation of tests

Filip Pytloun fpytloun-guest at moszumanska.debian.org
Tue Jan 23 10:42:45 UTC 2018


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

fpytloun-guest pushed a commit to branch master
in repository pygithub.

commit 36395fe945df2e6c7c060a675a157bc89573a4df
Author: Dmitry Bogatov <KAction at gnu.org>
Date:   Tue Jan 23 11:39:24 2018 +0100

    Disable installation of tests
    
    Forwarded: not-needed
    Last-Update: 2015-12-28
---
 setup.py | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/setup.py b/setup.py
index 6658f40..74b81c5 100755
--- a/setup.py
+++ b/setup.py
@@ -69,11 +69,7 @@ if __name__ == "__main__":
             See http://pygithub.github.io/PyGithub/v1/index.html"""),
         packages=[
             "github",
-            "github.tests",
         ],
-        package_data={
-            "github": ["tests/ReplayData/*.txt"]
-        },
         classifiers=[
             "Development Status :: 5 - Production/Stable",
             "Environment :: Web Environment",

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



More information about the Python-modules-commits mailing list