Skip to content

Commit

Permalink
add readme to pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
LegrandNico committed May 24, 2024
1 parent abae6df commit 9305cbf
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,6 @@ def get_version(rel_path):
raise RuntimeError("Unable to find version string.")

DESCRIPTION = "Cardioception Python Toolbox"
LONG_DESCRIPTION = """Measuring cardiac interoception with Psychopy.
"""

DISTNAME = "cardioception"
MAINTAINER = "Nicolas Legrand"
MAINTAINER_EMAIL = "nicolas.legrand@cas.au.dk"
Expand All @@ -44,7 +41,8 @@ def get_version(rel_path):
maintainer=MAINTAINER,
maintainer_email=MAINTAINER_EMAIL,
description=DESCRIPTION,
long_description=LONG_DESCRIPTION,
long_description=open("README.md", encoding='utf-8').read(),
long_description_content_type="text/markdown",
license=read("LICENSE"),
version=get_version("cardioception/__init__.py"),
url="https://github.com/LegrandNico/cardioception",
Expand Down

0 comments on commit 9305cbf

Please sign in to comment.