Skip to content

Commit

Permalink
Review project structure
Browse files Browse the repository at this point in the history
  • Loading branch information
xeonvs committed Feb 8, 2024
1 parent 73082b3 commit 833b1ac
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,7 @@ description = "Python library for executing commands interactively over SSH incl
authors = ["Max <PySSHHelper@proton.me>"]
license = "MIT"
readme = "README.md"
requires-python = ">=3.8"
classifiers = [
"Development Status :: Beta",
"Operating System :: OS Independent",
"Topic :: Internet",
"Topic :: Security :: Cryptography",
Expand All @@ -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"
Expand Down

0 comments on commit 833b1ac

Please sign in to comment.