Skip to content

Can readme section conains several files? #873

@proofit404

Description

@proofit404

Hi, thanks for an awesome tool.

To publish a package to the PyPI I usually combine project long description from the GitHub README and CHANGELOG from the docs site like this:

readme = open("README.rst").read() + open("CHANGELOG.rst").read()

setup(
    ...
    long_description=readme,
    ...
)

Is there something similar to this technique in poetry?

Best regards,
Artem.

Metadata

Metadata

Assignees

No one assigned

    Labels

    kind/featureFeature requests/implementations

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions