Skip to content

Commit

Permalink
fix: PyPI not showing description
Browse files Browse the repository at this point in the history
Closes #171
  • Loading branch information
francium committed Jan 6, 2024
1 parent 262181b commit 5d154fe
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
name = result
version = attr: result.__version__
description = A Rust-like result type for Python
long_description = file: README.rst
long_description = file: README.md
long_description_content_type = text/markdown
keywords = rust, result, enum
author = Danilo Bargen
author_email = [email protected]
Expand Down

0 comments on commit 5d154fe

Please sign in to comment.