From 631479d5d81f88c2dbcd2e76fe8df862882acede Mon Sep 17 00:00:00 2001 From: "pierre-francois.duc" Date: Fri, 1 Dec 2023 23:45:58 +0100 Subject: [PATCH] Fix twine check errors It was rST formating which was wrong --- README.rst | 4 +++- setup.py | 1 + 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 4433262f..81470d53 100644 --- a/README.rst +++ b/README.rst @@ -143,7 +143,7 @@ You can execute python input files within an IDE, in your terminal with python c python -or in your terminal with the ``ramp`` command, see :ref:`Command line options` below for more information. +or in your terminal with the ``ramp`` command, see `Command line options `_ below for more information. Spreadsheet input files ----------------------- @@ -158,6 +158,8 @@ need to run the ``ramp`` command with the option ``-i``: .. note:: You can input several files, separated from each others by a single blank space you can also input python files +.. _cmd_option: + Command line options -------------------- diff --git a/setup.py b/setup.py index 0fb008d4..81211ae9 100644 --- a/setup.py +++ b/setup.py @@ -7,6 +7,7 @@ name="rampdemand", description="An open-source python package for building bottom-up stochastic model for generating multi-energy load profiles", long_description=open("README.rst", encoding="utf8").read(), + long_description_content_type="text/x-rst", author_email="f.lombardi@tudelft.nl", url="https://github.com/RAMP-project/RAMP", version=__version__,