fuzzybunny 0.2.0__tar.gz → 0.2.1__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,18 +1,23 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: fuzzybunny
3
- Version: 0.2.0
3
+ Version: 0.2.1
4
4
  Summary: A fuzzy search tool for python written in C++
5
+ Home-page: https://github.com/cachevector/fuzzybunny
6
+ Project-URL: Bug Tracker, https://github.com/cachevector/fuzzybunny/issues
7
+ Project-URL: Source Code, https://github.com/cachevector/fuzzybunny
5
8
  Requires-Python: >=3.8
6
9
  Description-Content-Type: text/markdown
7
10
  License-File: LICENSE
8
11
  Dynamic: description
9
12
  Dynamic: description-content-type
13
+ Dynamic: home-page
10
14
  Dynamic: license-file
15
+ Dynamic: project-url
11
16
  Dynamic: requires-python
12
17
  Dynamic: summary
13
18
 
14
19
  <p align="center">
15
- <img src="./docs/assets/fuzzybunny.png" alt="FuzzyBunny Logo" width="150" />
20
+ <img src="https://raw.githubusercontent.com/cachevector/fuzzybunny/master/docs/assets/fuzzybunny.png" alt="FuzzyBunny Logo" width="150" />
16
21
  </p>
17
22
 
18
23
  <h1 align="center">FuzzyBunny</h1>
@@ -1,5 +1,5 @@
1
1
  <p align="center">
2
- <img src="./docs/assets/fuzzybunny.png" alt="FuzzyBunny Logo" width="150" />
2
+ <img src="https://raw.githubusercontent.com/cachevector/fuzzybunny/master/docs/assets/fuzzybunny.png" alt="FuzzyBunny Logo" width="150" />
3
3
  </p>
4
4
 
5
5
  <h1 align="center">FuzzyBunny</h1>
@@ -40,10 +40,15 @@ ext_modules = [
40
40
 
41
41
  setup(
42
42
  name="fuzzybunny",
43
- version="0.2.0",
43
+ version="0.2.1",
44
44
  description="A fuzzy search tool for python written in C++",
45
45
  long_description=open("README.md").read(),
46
46
  long_description_content_type="text/markdown",
47
+ url="https://github.com/cachevector/fuzzybunny",
48
+ project_urls={
49
+ "Bug Tracker": "https://github.com/cachevector/fuzzybunny/issues",
50
+ "Source Code": "https://github.com/cachevector/fuzzybunny",
51
+ },
47
52
  packages=["fuzzybunny"],
48
53
  package_dir={"": "src"},
49
54
  ext_modules=ext_modules,
@@ -1,18 +1,23 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: fuzzybunny
3
- Version: 0.2.0
3
+ Version: 0.2.1
4
4
  Summary: A fuzzy search tool for python written in C++
5
+ Home-page: https://github.com/cachevector/fuzzybunny
6
+ Project-URL: Bug Tracker, https://github.com/cachevector/fuzzybunny/issues
7
+ Project-URL: Source Code, https://github.com/cachevector/fuzzybunny
5
8
  Requires-Python: >=3.8
6
9
  Description-Content-Type: text/markdown
7
10
  License-File: LICENSE
8
11
  Dynamic: description
9
12
  Dynamic: description-content-type
13
+ Dynamic: home-page
10
14
  Dynamic: license-file
15
+ Dynamic: project-url
11
16
  Dynamic: requires-python
12
17
  Dynamic: summary
13
18
 
14
19
  <p align="center">
15
- <img src="./docs/assets/fuzzybunny.png" alt="FuzzyBunny Logo" width="150" />
20
+ <img src="https://raw.githubusercontent.com/cachevector/fuzzybunny/master/docs/assets/fuzzybunny.png" alt="FuzzyBunny Logo" width="150" />
16
21
  </p>
17
22
 
18
23
  <h1 align="center">FuzzyBunny</h1>
File without changes
File without changes
File without changes
File without changes
File without changes