Skip to content

Commit

Permalink
Do not install LICENsE as a datafile.
Browse files Browse the repository at this point in the history
There is no need to install the LICENSE file. It would end up in a global
namespace, possibly overwriting an identically named file there.
  • Loading branch information
fladi committed Feb 25, 2016
1 parent c38d41e commit 45793c4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 45793c4

Please sign in to comment.