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

Christos Trochalakis ctrochalakis at moszumanska.debian.org
Thu Sep 14 07:32:56 UTC 2017


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

ctrochalakis pushed a commit to branch master
in repository python-confluent-kafka.

commit 3f62efdcb0ee447c4a6a1878ec53c8b88fe6a507
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 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/setup.py b/setup.py
index 5903bef..01bcfb1 100755
--- a/setup.py
+++ b/setup.py
@@ -22,7 +22,7 @@ setup(name='confluent-kafka',
       url='https://github.com/confluentinc/confluent-kafka-python',
       ext_modules=[module],
       packages=find_packages(exclude=("tests",)),
-      data_files=[('', ['LICENSE'])],
+      classifiers=['License :: OSI Approved :: Apache Software License'],
       extras_require={
           'avro': ['fastavro', 'requests', avro]
       })

-- 
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