Skip to content

Commit

Permalink
0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
modelflat committed Mar 10, 2024
1 parent c97ae6f commit a5bda02
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ members = ["zbl", "zbl_py"]
resolver = "2"

[workspace.package]
version = "0.2.0"
version = "0.2.1"
16 changes: 14 additions & 2 deletions zbl_py/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,17 +1,29 @@
[project]
name = "zbl"
version = "0.2.0"
description = "real-time window capture library based on D3D11 and Windows.Graphics.Capture"
version = "0.2.1"
readme = "../README.md"
requires-python = ">=3.7"
license = { file = "../LICENSE.txt" }
keywords = ["windows", "d3d11", "window-capture", "graphics-capture", "cv"]
dependencies = ["numpy"]
classifiers = [
"Development Status :: 3 - Alpha",
"Programming Language :: Python",
"Programming Language :: Rust",
"Programming Language :: Python",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
]

[project.urls]
Homepage = "https://github.com/modelflat/zbl"
Repository = "https://github.com/modelflat/zbl"

[project.optional-dependencies]
example = ["opencv-python~=4.6.0"]

Expand Down

0 comments on commit a5bda02

Please sign in to comment.