diff --git a/pyproject.toml b/pyproject.toml index f799a63..ea2aedb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,9 +5,7 @@ description = "Python library for executing commands interactively over SSH incl authors = ["Max "] license = "MIT" readme = "README.md" -requires-python = ">=3.8" classifiers = [ - "Development Status :: Beta", "Operating System :: OS Independent", "Topic :: Internet", "Topic :: Security :: Cryptography", @@ -17,8 +15,12 @@ classifiers = [ "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", + "Programming Language :: Python :: 3.11", ] +packages = [ + { include = "PySSHHelper", from="." }, +] [tool.poetry.urls] Homepage = "https://github.com/xeonvs/PySSHHelper"