From faafab9271942d235c366fcf5f8eb7aeb51d84ce Mon Sep 17 00:00:00 2001 From: JensDiemer Date: Sat, 17 Oct 2020 22:32:10 +0200 Subject: [PATCH] Fix README.rst `long_description` has syntax errors in markup and would not be rendered on PyPI. line 108: Error: Document or section may not begin with a transition. --- README.creole | 2 -- README.rst | 4 +--- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/README.creole b/README.creole index 9dfb0b0..d8affcb 100644 --- a/README.creole +++ b/README.creole @@ -69,8 +69,6 @@ create-starter Create starter file. == Screenshots ----- - {{https://raw.githubusercontent.com/jedie/jedie.github.io/master/screenshots/PyInventory/PyInventory v0.1.0 screenshot 1.png|PyInventory v0.1.0 screenshot 1.png}} ---- diff --git a/README.rst b/README.rst index 11978ad..5d8eff9 100644 --- a/README.rst +++ b/README.rst @@ -105,8 +105,6 @@ tbd Screenshots ----------- ----- - |PyInventory v0.1.0 screenshot 1.png| .. |PyInventory v0.1.0 screenshot 1.png| image:: https://raw.githubusercontent.com/jedie/jedie.github.io/master/screenshots/PyInventory/PyInventory v0.1.0 screenshot 1.png @@ -172,4 +170,4 @@ donation ------------ -``Note: this file is generated from README.creole 2020-10-17 22:25:58 with "python-creole"`` \ No newline at end of file +``Note: this file is generated from README.creole 2020-10-17 22:30:59 with "python-creole"`` \ No newline at end of file