Skip to content

Commit

Permalink
Fix README.rst for pypi upload
Browse files Browse the repository at this point in the history
  • Loading branch information
tomach committed Sep 4, 2024
1 parent 0e9b9e1 commit 0b16a53
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
5 changes: 0 additions & 5 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -49,25 +49,20 @@ Help

.. |ci| image:: https://github.com/crate/croud/actions/workflows/docs.yml/badge.svg
:alt: CI status
:scale: 100%
:target: https://github.com/crate/croud/actions/workflows/docs.yml

.. |coverage| image:: https://codecov.io/gh/crate/croud/branch/master/graph/badge.svg
:alt: Code coverage
:scale: 100%
:target: https://codecov.io/gh/crate/croud

.. |rtd| image:: https://readthedocs.org/projects/croud/badge/?version=latest
:alt: Read The Docs status
:scale: 100%
:target: https://croud.readthedocs.io/en/latest/

.. |pypi-version| image:: https://badge.fury.io/py/croud.svg
:alt: Most recent version on PyPI
:scale: 100%
:target: https://pypi.org/project/croud/

.. |python-versions| image:: https://img.shields.io/pypi/pyversions/croud.svg
:alt: Supported Python versions
:scale: 100%
:target: https://pypi.org/project/croud/
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
author_email="[email protected]",
url="https://github.com/crate/croud",
description="A command line interface for CrateDB Cloud",
long_description_content_type="text/x-rst",
long_description=readme,
version=str(__version__),
entry_points={"console_scripts": ["croud = croud.__main__:main"]},
Expand Down

0 comments on commit 0b16a53

Please sign in to comment.