File: 0001-Switch-to-trove-classifiers.patch

package info (click to toggle)
python-confluent-kafka 0.9.2-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 264 kB
  • ctags: 223
  • sloc: ansic: 2,022; python: 496; makefile: 7
file content (21 lines) | stat: -rw-r--r-- 715 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
From 7d4f3ad05e8d0c3447426adffe7e9d63baf4db33 Mon Sep 17 00:00:00 2001
From: Christos Trochalakis <yatiohi@ideopolis.gr>
Date: Wed, 7 Sep 2016 12:04:59 +0300
Subject: 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']
+)