Skip to content

Commit d2667e9

Browse files
committed
Revert "project description in pypi docs (confluentinc#1172)"
This reverts commit 23b4142. README.md does not pass readme_renderer, for some reason, and this blocks sdist uploads to PyPi.
1 parent 2ac0d72 commit d2667e9

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

setup.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,6 @@
99
mod_dir = os.path.join(work_dir, 'src', 'confluent_kafka')
1010
ext_dir = os.path.join(mod_dir, 'src')
1111

12-
with open(os.path.join(work_dir, 'README.md'), encoding='utf-8') as f:
13-
long_description = f.read()
14-
1512
INSTALL_REQUIRES = [
1613
'futures;python_version<"3.2"',
1714
'enum34;python_version<"3.4"',
@@ -83,8 +80,6 @@ def get_install_requirements(path):
8380
description='Confluent\'s Python client for Apache Kafka',
8481
author='Confluent Inc',
8582
author_email='support@confluent.io',
86-
long_description=long_description,
87-
long_description_content_type='text/markdown',
8883
url='https://github.com/confluentinc/confluent-kafka-python',
8984
ext_modules=[module],
9085
packages=find_packages('src'),

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy