Skip to content

Commit

Permalink
Add long_description
Browse files Browse the repository at this point in the history
  • Loading branch information
janmayer committed Oct 31, 2022
1 parent a4ef208 commit 9d030bc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

import versioneer
from setuptools import setup
from pathlib import Path
import glob

manpages = glob.glob("doc/guide/*.1")
Expand Down Expand Up @@ -47,6 +48,8 @@
version=versioneer.get_version(),
cmdclass=versioneer.get_cmdclass(),
description="HDTV - Nuclear Spectrum Analysis Tool",
long_description=(Path(__file__).parent / "README.md").read_text(),
long_description_content_type="text/markdown",
url="https://github.com/janmayer/hdtv",
maintainer="Jan Mayer",
maintainer_email="jan.mayer@ikp.uni-koeln.de",
Expand Down

0 comments on commit 9d030bc

Please sign in to comment.