We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b54c2b8 commit 3d62e2cCopy full SHA for 3d62e2c
MANIFEST.in
@@ -0,0 +1,2 @@
1
+# MANIFEST.in – keep test files out of the source distribution
2
+recursive-exclude tests *
libpyvivotek/__init__.py
@@ -1,4 +1,4 @@
"""A python implementation of the Vivotek IB8369A"""
from libpyvivotek.vivotek import VivotekCamera
3
4
-VERSION = "0.6.0"
+VERSION = "0.6.1"
pyproject.toml
@@ -42,4 +42,6 @@ version = {attr = "libpyvivotek.VERSION"}
42
readme = {file = ["README.md"], content-type = "text/markdown"}
43
44
[tool.setuptools.packages.find]
45
-exclude = ["libpyvivotek.tests*"]
+exclude = [
46
+ "tests*"
47
+]
0 commit comments