1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
|
From ae236eecdc39e6055e080514da06ef01eef30e0e Mon Sep 17 00:00:00 2001
From: Orestis Ioannou <orestis@oioannou.com>
Date: Sat, 16 Jul 2016 22:52:50 +0200
Subject: 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
|