Skip to content

No README on PyPI #1145

@rbarrois

Description

@rbarrois

Description

The PyPI project page (at https://pypi.org/project/confluent-kafka/#description) is blank.
As a new user in the Python/Kafka landscape, I would consider such a blank project to be a work in progress or an abandoned one;

How to reproduce

Go to https://pypi.org/project/confluent-kafka

The typical lines in a setup.py file for a README.md description would be:

import os
with open(os.path.join(os.path.dirname(__file__), 'README.md'), encoding='utf-8') as f:
    long_description = f.read()

setup(
    ...
    long_description=long_description,
    long_description_content_type='text/markdown',
)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions