pl-run-program 0.0.26__tar.gz → 0.0.28__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pl-run-program
3
- Version: 0.0.26
3
+ Version: 0.0.28
4
4
  Summary: A simple interface for running non-python programs in python.
5
5
  Author: Peter Lavigne
6
6
  License-Expression: Apache-2.0
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "pl-run-program"
3
- version = "0.0.26"
3
+ version = "0.0.28"
4
4
  description = "A simple interface for running non-python programs in python."
5
5
  readme = "README.md"
6
6
  authors = [{ name = "Peter Lavigne" }]
@@ -19,13 +19,7 @@ requires = ["uv_build>=0.10.4,<0.11.0"]
19
19
  build-backend = "uv_build"
20
20
 
21
21
  [dependency-groups]
22
- dev = [
23
- "pl-ci-cd>=0.0.12",
24
- "pyright>=1.1.408",
25
- "pytest>=9.0.2",
26
- "pytest-cov>=7.0.0",
27
- "ruff>=0.15.2",
28
- ]
22
+ dev = ["pl-ci-cd==0.0.18"]
29
23
 
30
24
  [tool.ruff]
31
25
  extend = "copied/pyproject.toml"
@@ -34,7 +28,4 @@ extend = "copied/pyproject.toml"
34
28
  typeCheckingMode = "strict"
35
29
 
36
30
  [tool.coverage.run]
37
- omit = [
38
- # Tests are not included in coverage.
39
- "src/*_test.py",
40
- ]
31
+ omit = ["tests/*"]
File without changes