Skip to content

Commit

Permalink
fix: mising long. desc. content type on setup for pipy publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
kstopa committed Mar 5, 2024
1 parent 2cd75f7 commit fd491e1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
version='1.3.0',
description='Simple sunset and sunrise time calculation python library',
long_description=long_description,
long_description_content_type='text/markdown',
author='Krzysztof Stopa',
url='https://github.com/SatAgro/suntime',
copyright='Copyright 2024 SatAgro',
Expand Down

0 comments on commit fd491e1

Please sign in to comment.