1
votes

I created a Python package using poetry Then I published my package to PyPI using poetry build, poetry publish, but my package description is missing in PyPI.

The project is hosted in GitHub: https://github.com/fsistemas/sql2json.

Project in PyPI without description: https://pypi.org/project/sql2json

1

1 Answers

2
votes

Looks like the readme configuration option is missing in the [tool.poetry] section of the project's pyproject.toml file.