-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Closed
Labels
kind/featureFeature requests/implementationsFeature requests/implementations
Description
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
kind/featureFeature requests/implementationsFeature requests/implementations