[Python-modules-commits] [django-webpack-loader] 02/05: Don't install LICENSE as a data file.
Michael Fladischer
fladi at moszumanska.debian.org
Sun Feb 21 11:31:30 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 3f38f3ea4015a25ea82ef075ad6ef9ca9c46b509
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 c1652e7..035a568 100644
--- a/setup.py
+++ b/setup.py
@@ -28,7 +28,6 @@ setup(
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',
--
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