Skip to content

Commit

Permalink
Fix another typo in pyproject.toml (#1508) (#1510)
Browse files Browse the repository at this point in the history
  • Loading branch information
mdlpstsci authored Feb 7, 2023
1 parent 22fa7d0 commit cd50eb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ description = """
to remove cosmic rays, and
generally to improve the fidelity of data in the final image.
"""
readme = { file = 'README.md', content-type = 'test/x-rst' }
readme = { file = 'README.md', content-type = 'text/x-rst' }
requires-python = '>=3.8'
license = { file = "LICENSE.txt" }
authors = [{ name = 'Megan Sosey' }, { name = 'Warren Hack' }, { name = 'Christopher Hanley' }, { name = 'Chris Sontag' }, { name = 'Mihai Cara' }]
Expand Down

0 comments on commit cd50eb3

Please sign in to comment.