Skip to content

Commit

Permalink
chore: update deps and pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
orenlab committed Aug 30, 2024
1 parent e2df2ae commit 6620ec9
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 5 deletions.
6 changes: 3 additions & 3 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 9 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,18 @@
[tool.poetry]
name = "pyoutlineapi"
version = "0.1.1"
version = "0.1.2"
description = "A Python package to interact with the Outline VPN Server API"
authors = ["Denis Rozhnovskiy <pytelemonbot@mail.ru>"]
readme = "README.md"
license = "MIT"
packages = [{ include = "pyoutlineapi" }]
keywords = ["outline", "vpn", "api", "manager", "wrapper"]
classifiers = [
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.10",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
]

[tool.poetry.dependencies]
python = ">=3.10"
Expand All @@ -25,4 +32,4 @@ repository = "https://github.com/orenlab/pyoutlineapi"

[build-system]
requires = ["poetry-core>=1.3.0"]
build-backend = "poetry.core.masonry.api"
build-backend = "poetry.core.masonry.api"

0 comments on commit 6620ec9

Please sign in to comment.