Skip to content

Commit

Permalink
Use README.md for PyPI long description
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick-Hall committed Apr 7, 2024
1 parent c5468de commit d709e76
Showing 1 changed file with 6 additions and 9 deletions.
15 changes: 6 additions & 9 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -425,22 +425,19 @@ def run(self):

data_files = data_files_core + data_files_gui

with open("README.md", "r") as f:
readme_text = f.read()

# -------------------------------------------------------------------------
#
# Setup
#
# -------------------------------------------------------------------------
setup(
name="gramps",
description=(
"Gramps (Genealogical Research and Analysis Management " "Programming System)"
),
long_description=(
"Gramps (Genealogical Research and Analysis "
"Management Programming System) is a full featured "
"genealogy program supporting a Python based plugin "
"system."
),
description="Gramps (Genealogical Research and Analysis Management Programming System)",
long_description=readme_text,
long_description_content_type="text/markdown",
version=VERSION,
author="Donald N. Allingham",
author_email="don@gramps-project.org",
Expand Down

0 comments on commit d709e76

Please sign in to comment.