From 45793c4d2dcd85adce53940998ea4af033cb7075 Mon Sep 17 00:00:00 2001 From: Michael Fladischer Date: Thu, 18 Feb 2016 13:14:27 +0100 Subject: [PATCH] Do not install LICENsE as a datafile. There is no need to install the LICENSE file. It would end up in a global namespace, possibly overwriting an identically named file there. --- setup.py | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.py b/setup.py index c1652e74..035a5680 100644 --- a/setup.py +++ b/setup.py @@ -28,7 +28,6 @@ def rel(*parts): download_url = 'https://github.com/owais/django-webpack-loader/tarball/{0}'.format(VERSION), url = 'https://github.com/owais/django-webpack-loader', # use the URL to the github repo keywords = ['django', 'webpack', 'assets'], # arbitrary keywords - data_files = [("", ["LICENSE"])], classifiers = [ 'Programming Language :: Python :: 2.6', 'Programming Language :: Python :: 2.7',