Skip to content

Commit

Permalink
fix long_description to use rst in setup.cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanpdx committed May 13, 2022
1 parent d43d344 commit a802c0b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion olaf/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
from .common.oresat_file_cache import OreSatFileCache
from .common.pru import PRU, PRUError, PRUState

__version__ = '0.2.1'
__version__ = '0.2.2'

LOG_FORMAT = '<green>{time}</green> | {level} | <level>{message}</level>'
'''Logger message format'''
Expand Down
3 changes: 1 addition & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
name = oresat-olaf
version = attr: olaf.__version__
description = Application framework for all OreSat Linux boards
long_description = file: README.md
long_description_content_type = text/markdown
long_description = file: README.rst
url = https://github.com/oresat/oresat-olaf
author = PSAS
author_email = oresat@pdx.edu
Expand Down

0 comments on commit a802c0b

Please sign in to comment.