ai-screenshooter 1.0.0__tar.gz → 1.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,10 +1,10 @@
1
- Metadata-Version: 2.1
1
+ Metadata-Version: 2.4
2
2
  Name: ai-screenshooter
3
- Version: 1.0.0
3
+ Version: 1.0.2
4
4
  Summary: A CLI tool to capture and send AI-powered screenshots
5
5
  Home-page: https://github.com/tech4vision/ai-screenshoter
6
- Author: Victor Oliveira
7
- Author-email: victor.soares@live.it
6
+ Author: Last Shot AI
7
+ Author-email: support@lastshot.ai
8
8
  Classifier: Programming Language :: Python :: 3
9
9
  Classifier: License :: OSI Approved :: MIT License
10
10
  Classifier: Operating System :: OS Independent
@@ -13,3 +13,10 @@ Requires-Dist: pynput
13
13
  Requires-Dist: requests
14
14
  Requires-Dist: Pillow
15
15
  Requires-Dist: pygetwindow
16
+ Dynamic: author
17
+ Dynamic: author-email
18
+ Dynamic: classifier
19
+ Dynamic: home-page
20
+ Dynamic: requires-dist
21
+ Dynamic: requires-python
22
+ Dynamic: summary
@@ -1,10 +1,10 @@
1
- Metadata-Version: 2.1
1
+ Metadata-Version: 2.4
2
2
  Name: ai-screenshooter
3
- Version: 1.0.0
3
+ Version: 1.0.2
4
4
  Summary: A CLI tool to capture and send AI-powered screenshots
5
5
  Home-page: https://github.com/tech4vision/ai-screenshoter
6
- Author: Victor Oliveira
7
- Author-email: victor.soares@live.it
6
+ Author: Last Shot AI
7
+ Author-email: support@lastshot.ai
8
8
  Classifier: Programming Language :: Python :: 3
9
9
  Classifier: License :: OSI Approved :: MIT License
10
10
  Classifier: Operating System :: OS Independent
@@ -13,3 +13,10 @@ Requires-Dist: pynput
13
13
  Requires-Dist: requests
14
14
  Requires-Dist: Pillow
15
15
  Requires-Dist: pygetwindow
16
+ Dynamic: author
17
+ Dynamic: author-email
18
+ Dynamic: classifier
19
+ Dynamic: home-page
20
+ Dynamic: requires-dist
21
+ Dynamic: requires-python
22
+ Dynamic: summary
@@ -2,7 +2,7 @@ from setuptools import setup, find_packages
2
2
 
3
3
  setup(
4
4
  name="ai-screenshooter",
5
- version="1.0.0",
5
+ version="1.0.2",
6
6
  packages=find_packages(),
7
7
  py_modules=["ai_screenshot"],
8
8
  install_requires=[
@@ -16,8 +16,8 @@ setup(
16
16
  "ai-screenshooter=ai_screenshot:main",
17
17
  ],
18
18
  },
19
- author="Victor Oliveira",
20
- author_email="victor.soares@live.it",
19
+ author="Last Shot AI",
20
+ author_email="support@lastshot.ai",
21
21
  description="A CLI tool to capture and send AI-powered screenshots",
22
22
  url="https://github.com/tech4vision/ai-screenshoter",
23
23
  classifiers=[