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

package info (click to toggle)
python-confluent-kafka 1.7.0-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,904 kB
  • sloc: python: 8,335; ansic: 6,065; sh: 1,203; makefile: 178
file content (21 lines) | stat: -rw-r--r-- 646 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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 | 1 -
 1 file changed, 1 deletion(-)

diff --git a/setup.py b/setup.py
index 9e1d337..8a0bc17 100755
--- a/setup.py
+++ b/setup.py
@@ -84,7 +84,6 @@ setup(name='confluent-kafka',
       ext_modules=[module],
       packages=find_packages('src'),
       package_dir={'': 'src'},
-      data_files=[('', [os.path.join(work_dir, 'LICENSE.txt')])],
       install_requires=INSTALL_REQUIRES,
       classifiers=trove_classifiers,
       extras_require={