[Python-modules-commits] [python-sdnotify] 04/05: Don't install the license file

Orestis Ioannou oorestisime-guest at moszumanska.debian.org
Sat Jul 16 20:55:39 UTC 2016


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

oorestisime-guest pushed a commit to branch master
in repository python-sdnotify.

commit ae236eecdc39e6055e080514da06ef01eef30e0e
Author: Orestis Ioannou <orestis at oioannou.com>
Date:   Sat Jul 16 22:52:50 2016 +0200

    Don't install the license file
---
 setup.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/setup.py b/setup.py
index 7a37dc5..69cdc59 100644
--- a/setup.py
+++ b/setup.py
@@ -21,7 +21,7 @@ setup(
         "Operating System :: POSIX :: Linux",
         "Topic :: Software Development :: Libraries :: Python Modules",
     ],
-    data_files = [("", ["LICENSE.txt"])],
+    # data_files = [("", ["LICENSE.txt"])],
     long_description = """\
 systemd Service Notification
 

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



More information about the Python-modules-commits mailing list