[Python-modules-commits] [python-confluent-kafka] 04/05: Switch to trove classifiers
Christos Trochalakis
ctrochalakis-guest at moszumanska.debian.org
Fri Sep 23 08:51:56 UTC 2016
This is an automated email from the git hooks/post-receive script.
ctrochalakis-guest pushed a commit to branch master
in repository python-confluent-kafka.
commit b5895e22067a690fd5bc65a37cd555cdbb0697ac
Author: Christos Trochalakis <yatiohi at ideopolis.gr>
Date: Wed Sep 7 12:04:59 2016 +0300
Switch to trove classifiers
This avoids shipping a license file in the top directory.
---
setup.py | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/setup.py b/setup.py
index dec7d93..27b59fc 100755
--- a/setup.py
+++ b/setup.py
@@ -18,4 +18,5 @@ setup(name='confluent-kafka',
url='https://github.com/confluentinc/confluent-kafka-python',
ext_modules=[module],
packages=find_packages(),
- data_files = [('', ['LICENSE'])])
+ classifiers=['License :: OSI Approved :: Apache Software License']
+)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-confluent-kafka.git
More information about the Python-modules-commits
mailing list