Skip to content

Commit

Permalink
Fix README
Browse files Browse the repository at this point in the history
  • Loading branch information
crusaderky committed Mar 15, 2024
1 parent a8cbb72 commit d9f7fe2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ name = "pshell"
authors = [{name = "Guido Imperiale", email = "crusaderky@gmail.com"}]
license = {text = "Apache"}
description = "An alternative to bash scripts"
readme = "README.md"
keywords = ["bash", "shell"]
classifiers = [
"Development Status :: 5 - Production/Stable",
Expand All @@ -24,6 +23,10 @@ requires-python = ">=3.8"
dependencies = ["psutil >= 5.6"]
dynamic = ["version"]

[project.readme]
text = "An alternative to bash scripts"
content-type = "text/x-rst"

[tool.setuptools]
packages = ["pshell"]
zip-safe = false # https://mypy.readthedocs.io/en/latest/installed_packages.html
Expand Down

0 comments on commit d9f7fe2

Please sign in to comment.