Skip to content

Commit 45793c4

Browse files
committed
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.
1 parent c38d41e commit 45793c4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ def rel(*parts):
2828
download_url = 'https://github.com/owais/django-webpack-loader/tarball/{0}'.format(VERSION),
2929
url = 'https://github.com/owais/django-webpack-loader', # use the URL to the github repo
3030
keywords = ['django', 'webpack', 'assets'], # arbitrary keywords
31-
data_files = [("", ["LICENSE"])],
3231
classifiers = [
3332
'Programming Language :: Python :: 2.6',
3433
'Programming Language :: Python :: 2.7',

0 commit comments

Comments
 (0)