Skip to content

Commit

Permalink
Merge pull request #90 from KitwareMedical/readd_long_description
Browse files Browse the repository at this point in the history
BUG: Re-add long description for Pypi deploy
  • Loading branch information
pchoisel authored Sep 3, 2024
2 parents 0a60216 + ff2305a commit bfa9111
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,17 @@
# Always prefer setuptools over distutils
from setuptools import setup, find_packages

with open("README.md", "r") as fh:
long_description = fh.read()

setup(
name="dicom_anonymizer", # Required
version="1.0.13", # Required
author="Laurenn Lam",
author_email="laurenn.lam@kitware.com",
description="Program to anonymize dicom files with default and custom rules",
long_description=long_description,
long_description_content_type="text/markdown",
url="https://github.com/KitwareMedical/dicom-anonymizer",
project_urls={
"Bug Tracker": "https://github.com/KitwareMedical/dicom-anonymizer/issues",
Expand Down

0 comments on commit bfa9111

Please sign in to comment.