From f8618336979fd2704d14695750b6a240b3922d40 Mon Sep 17 00:00:00 2001 From: David Arthur Date: Fri, 22 Aug 2014 13:44:16 -0400 Subject: Add TravisCI config for auto deployment Tags applied to master will now be automatically deployed on PyPI --- setup.py | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index d719bf4..e69323b 100644 --- a/setup.py +++ b/setup.py @@ -32,12 +32,20 @@ setup( author="David Arthur", author_email="mumrah@gmail.com", url="https://github.com/mumrah/kafka-python", - license="Copyright 2012, David Arthur under Apache License, v2.0", + license="Apache License 2.0", description="Pure Python client for Apache Kafka", long_description=""" This module provides low-level protocol support for Apache Kafka as well as high-level consumer and producer classes. Request batching is supported by the protocol as well as broker-aware request routing. Gzip and Snappy compression is also supported for message sets. -""" +""", + keywords="apache kafka", + classifiers = [ + "Development Status :: 4 - Beta", + "Intended Audience :: Developers", + "License :: OSI Approved :: Apache Software License", + "Programming Language :: Python", + "Topic :: Software Development :: Libraries :: Python Modules" + ] ) -- cgit v1.2.1