rgapi 0.1.4__tar.gz → 0.1.5__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.
@@ -276,7 +276,7 @@ checksum = "d6f6ff9a378485b298a5286656da665ba74413d36db0979633275d2e708145d4"
276
276
 
277
277
  [[package]]
278
278
  name = "rgapi"
279
- version = "0.1.4"
279
+ version = "0.1.5"
280
280
  dependencies = [
281
281
  "globset",
282
282
  "grep-matcher",
@@ -1,6 +1,6 @@
1
1
  [package]
2
2
  name = "rgapi"
3
- version = "0.1.4"
3
+ version = "0.1.5"
4
4
  edition = "2021"
5
5
  license = "MIT OR Apache-2.0"
6
6
  description = "Python API for ripgrep-style file walking and searching"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: rgapi
3
- Version: 0.1.4
3
+ Version: 0.1.5
4
4
  Classifier: Programming Language :: Rust
5
5
  Classifier: Programming Language :: Python :: Implementation :: CPython
6
6
  Requires-Dist: fastship>=0.0.12 ; extra == 'dev'
@@ -23,6 +23,9 @@ Homepage = "https://github.com/AnswerDotAI/rgapi"
23
23
  Repository = "https://github.com/AnswerDotAI/rgapi"
24
24
  Issues = "https://github.com/AnswerDotAI/rgapi/issues"
25
25
 
26
+ [project.entry-points.fastaudit_safe_native]
27
+ rgapi = "rgapi"
28
+
26
29
  [tool.maturin]
27
30
  features = ["extension-module"]
28
31
  python-source = "python"
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes