keygen-py 0.0.1.dev3__tar.gz → 0.0.1.dev4__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.
@@ -166,6 +166,7 @@ jobs:
166
166
  # Used to generate artifact attestation
167
167
  attestations: write
168
168
  steps:
169
+ - uses: actions/checkout@v4
169
170
  - uses: actions/download-artifact@v4
170
171
  - name: Generate artifact attestation
171
172
  uses: actions/attest-build-provenance@v1
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: keygen-py
3
- Version: 0.0.1.dev3
3
+ Version: 0.0.1.dev4
4
4
  License-File: LICENSE
5
5
  Summary: Unofficial Keygen SDK for Python. Integrate license activation and offline licensing. Wrapper around keygen-rs rust crate
6
6
  Author-email: Terra Quantum AG <info@terraquantum.swiss>, Cedric Kring <ck@terraquantum.swiss>, Steven Beckers <sb@terraquantum.swiss>
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "keygen-py"
3
- version = "0.0.1.dev3"
3
+ version = "0.0.1.dev4"
4
4
  license = "MIT"
5
5
  description = "Unofficial Keygen SDK for Python. Integrate license activation and offline licensing. Wrapper around keygen-rs rust crate"
6
6
  requires-python = ">=3.9"
@@ -51,5 +51,6 @@ fn keygen_sh(_: Python, m: &Bound<'_, PyModule>) -> PyResult<()> {
51
51
  m.add_function(wrap_pyfunction!(verify, m)?)?;
52
52
  m.add_class::<SchemeCode>()?;
53
53
  m.add_class::<KeygenConfig>()?;
54
+ m.add_class::<License>()?;
54
55
  Ok(())
55
56
  }
File without changes
File without changes