diff --git a/pyproject.toml b/pyproject.toml index bf2d1a3..e2eed1e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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", @@ -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