softhauzpy 0.0.8__tar.gz → 0.0.81__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,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: softhauzpy
3
- Version: 0.0.8
3
+ Version: 0.0.81
4
4
  Summary: is a comprehensive Python toolkit built for developers creating intelligent, data-driven web applications. It provides a powerful suite of web utilities including web scraping tools, crawling systems, content extraction pipelines, and search engine components that help developers build fully customizable in-house website search solutions.
5
5
  Home-page: https://softhauz.ca
6
6
  Author: Karen Urate
@@ -1,12 +1,11 @@
1
1
  from setuptools import setup, find_packages
2
2
 
3
- description = ""
4
3
  with open("README.md", "r", encoding="utf-8") as f:
5
- description = f.read()
4
+ long_description = f.read()
6
5
 
7
6
  setup(
8
7
  name='softhauzpy',
9
- version='0.0.8',
8
+ version='0.0.81',
10
9
  author='Karen Urate',
11
10
  author_email='karen.urate@softhauz.ca',
12
11
  packages=find_packages(),
@@ -18,6 +17,6 @@ setup(
18
17
  url="https://softhauz.ca",
19
18
  license="MIT",
20
19
  description="is a comprehensive Python toolkit built for developers creating intelligent, data-driven web applications. It provides a powerful suite of web utilities including web scraping tools, crawling systems, content extraction pipelines, and search engine components that help developers build fully customizable in-house website search solutions.",
21
- long_description=description,
20
+ long_description=long_description,
22
21
  long_description_content_type="text/markdown",
23
22
  )
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: softhauzpy
3
- Version: 0.0.8
3
+ Version: 0.0.81
4
4
  Summary: is a comprehensive Python toolkit built for developers creating intelligent, data-driven web applications. It provides a powerful suite of web utilities including web scraping tools, crawling systems, content extraction pipelines, and search engine components that help developers build fully customizable in-house website search solutions.
5
5
  Home-page: https://softhauz.ca
6
6
  Author: Karen Urate
File without changes
File without changes