Skip to content

Commit

Permalink
Fix description content type again
Browse files Browse the repository at this point in the history
  • Loading branch information
SpheMakh authored Jun 16, 2022
1 parent e78db15 commit a9e1951
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@ def readme():
return f.read()

PACKAGE_NAME = 'mosaic-queen'
__version__ = '1.1.0'
__version__ = '1.1.1'

setup(name = PACKAGE_NAME,
version = __version__,
description = "A package with mosaicking commands from montage",
long_description = readme(),
long_description_content_type="text/rst",
long_description_content_type="text/x-rst",
author = "Sarah White and CaraCal pipeline tean",
author_email = "[email protected]",
url = "https://github.com/caracal-pipeline/MosaicQueen",
Expand Down

0 comments on commit a9e1951

Please sign in to comment.