[Python-modules-commits] [django-webpack-loader] 03/05: Don't install LICENSE as a data file.
Michael Fladischer
fladi at moszumanska.debian.org
Thu Feb 18 13:49:16 UTC 2016
This is an automated email from the git hooks/post-receive script.
fladi pushed a commit to branch master
in repository django-webpack-loader.
commit edd1fe7b22cd2b067b5e2045bf7a02764c2f92a7
Author: Michael Fladischer <FladischerMichael at fladi.at>
Date: Thu Feb 18 12:56:17 2016 +0100
Don't install LICENSE as a data file.
---
setup.py | 1 -
1 file changed, 1 deletion(-)
diff --git a/setup.py b/setup.py
index 8bf02ab..67ef0fa 100644
--- a/setup.py
+++ b/setup.py
@@ -12,7 +12,6 @@ setup(
download_url = 'https://github.com/owais/django-webpack-loader/tarball/{}'.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.7',
'Programming Language :: Python :: 3.3',
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/django-webpack-loader.git
More information about the Python-modules-commits
mailing list