File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change
1
+ * .egg-info
1
2
* .key
2
3
.venv
3
4
.vscode
4
5
__pycache__
6
+ dist
Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ class Scanman < Formula
2
2
include Language ::Python ::Virtualenv
3
3
4
4
desc "Using LLMs to interact with man pages"
5
- url "https://github.com/nikhilkmr300/scanman/archive/refs/tags/1.0.0 .tar.gz"
6
- sha256 "0682e815dc203514a42a8eb0d8808ba00b4ed636849afe2f2295ea4154f7f0e8 "
5
+ url "https://github.com/nikhilkmr300/scanman/archive/refs/tags/1.0.3 .tar.gz"
6
+ sha256 "9e90b570b5e494558dd695b5a9db389a9bb7666f76fba39f04f2b85c3a3412fc "
7
7
8
8
9
9
Original file line number Diff line number Diff line change 4
4
name = "scanman" ,
5
5
description = "Using LLMs to interact with man pages" ,
6
6
url = "https://github.com/nikhilkmr300/scanman" ,
7
+ version = "1.0.3" ,
7
8
author = "Nikhil Kumar" ,
8
9
9
10
license = "MIT" ,
10
- packages = find_packages (where = "src" ),
11
+ packages = find_packages ("src" ),
12
+ package_dir = {"" : "src" },
11
13
install_requires = [
12
14
"faiss-cpu" ,
13
15
"langchain" ,
You can’t perform that action at this time.
0 commit comments