pseek 3.0.1__tar.gz → 3.0.2__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,12 +1,12 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pseek
3
- Version: 3.0.1
3
+ Version: 3.0.2
4
4
  Summary: Pseek is a Python CLI toolkit to search files, folders, and text
5
- Author-email: Arian <ariannasiri86@gmail.com>
5
+ Author: Groot
6
6
  License-Expression: MIT
7
- Project-URL: Homepage, https://github.com/ArianN8610/pseek
8
- Project-URL: Repository, https://github.com/ArianN8610/pseek
9
- Project-URL: Issues, https://github.com/ArianN8610/pseek/issues
7
+ Project-URL: Homepage, https://github.com/grootle/pseek
8
+ Project-URL: Repository, https://github.com/grootle/pseek
9
+ Project-URL: Issues, https://github.com/grootle/pseek/issues
10
10
  Keywords: search,cli,filesystem,text-search,grep,find
11
11
  Classifier: Development Status :: 5 - Production/Stable
12
12
  Classifier: Environment :: Console
@@ -1,12 +1,12 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pseek
3
- Version: 3.0.1
3
+ Version: 3.0.2
4
4
  Summary: Pseek is a Python CLI toolkit to search files, folders, and text
5
- Author-email: Arian <ariannasiri86@gmail.com>
5
+ Author: Groot
6
6
  License-Expression: MIT
7
- Project-URL: Homepage, https://github.com/ArianN8610/pseek
8
- Project-URL: Repository, https://github.com/ArianN8610/pseek
9
- Project-URL: Issues, https://github.com/ArianN8610/pseek/issues
7
+ Project-URL: Homepage, https://github.com/grootle/pseek
8
+ Project-URL: Repository, https://github.com/grootle/pseek
9
+ Project-URL: Issues, https://github.com/grootle/pseek/issues
10
10
  Keywords: search,cli,filesystem,text-search,grep,find
11
11
  Classifier: Development Status :: 5 - Production/Stable
12
12
  Classifier: Environment :: Console
@@ -4,13 +4,13 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "pseek"
7
- version = "3.0.1"
7
+ version = "3.0.2"
8
8
  description = "Pseek is a Python CLI toolkit to search files, folders, and text"
9
9
  readme = "README.md"
10
10
  license = "MIT"
11
11
  license-files = ["LICENSE"]
12
12
  authors = [
13
- {name = "Arian", email = "ariannasiri86@gmail.com"}
13
+ {name = "Groot"}
14
14
  ]
15
15
  requires-python = ">=3.8"
16
16
  dependencies = [
@@ -43,9 +43,9 @@ classifiers = [
43
43
  ]
44
44
 
45
45
  [project.urls]
46
- Homepage = "https://github.com/ArianN8610/pseek"
47
- Repository = "https://github.com/ArianN8610/pseek"
48
- Issues = "https://github.com/ArianN8610/pseek/issues"
46
+ Homepage = "https://github.com/grootle/pseek"
47
+ Repository = "https://github.com/grootle/pseek"
48
+ Issues = "https://github.com/grootle/pseek/issues"
49
49
 
50
50
  [project.scripts]
51
51
  psk = "pseek.cli:search"
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
File without changes