python-aidot 0.3.44__tar.gz → 0.3.45__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.2
2
2
  Name: python-aidot
3
- Version: 0.3.44
3
+ Version: 0.3.45
4
4
  Summary: aidot control wifi lights
5
5
  Home-page: https://github.com/Aidot-Development-Team/python-aidot
6
6
  Author: aidotdev2024
@@ -11,7 +11,6 @@ Description-Content-Type: text/markdown
11
11
  License-File: LICENSE
12
12
  Requires-Dist: requests
13
13
  Requires-Dist: aiohttp
14
- Requires-Dist: setuptools
15
14
  Dynamic: author
16
15
  Dynamic: classifier
17
16
  Dynamic: description
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: python-aidot
3
- Version: 0.3.44
3
+ Version: 0.3.45
4
4
  Summary: aidot control wifi lights
5
5
  Home-page: https://github.com/Aidot-Development-Team/python-aidot
6
6
  Author: aidotdev2024
@@ -11,7 +11,6 @@ Description-Content-Type: text/markdown
11
11
  License-File: LICENSE
12
12
  Requires-Dist: requests
13
13
  Requires-Dist: aiohttp
14
- Requires-Dist: setuptools
15
14
  Dynamic: author
16
15
  Dynamic: classifier
17
16
  Dynamic: description
@@ -1,3 +1,2 @@
1
1
  requests
2
2
  aiohttp
3
- setuptools
@@ -5,7 +5,7 @@ with open("README.md", "r") as fh:
5
5
 
6
6
  setuptools.setup(
7
7
  name="python-aidot",
8
- version="0.3.44",
8
+ version="0.3.45",
9
9
  author="aidotdev2024",
10
10
  url='https://github.com/Aidot-Development-Team/python-aidot',
11
11
  description="aidot control wifi lights",
@@ -15,7 +15,6 @@ setuptools.setup(
15
15
  install_requires=[
16
16
  "requests",
17
17
  "aiohttp",
18
- "setuptools",
19
18
  ],
20
19
  classifiers=(
21
20
  "Programming Language :: Python :: 3.12",
File without changes
File without changes
File without changes