[Python-modules-commits] [python-confluent-kafka] 03/06: Switch to trove classifiers

Christos Trochalakis ctrochalakis at moszumanska.debian.org
Mon Jan 16 14:03:50 UTC 2017


This is an automated email from the git hooks/post-receive script.

ctrochalakis pushed a commit to tag debian/0.9.2-1
in repository python-confluent-kafka.

commit 7d4f3ad05e8d0c3447426adffe7e9d63baf4db33
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 c1e0d9c..c2d48b2 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