autoskope-client 0.1.6__tar.gz → 1.0.0__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.
Potentially problematic release.
This version of autoskope-client might be problematic. Click here for more details.
- {autoskope_client-0.1.6 → autoskope_client-1.0.0}/PKG-INFO +1 -1
- {autoskope_client-0.1.6 → autoskope_client-1.0.0}/autoskope_client.egg-info/PKG-INFO +1 -1
- {autoskope_client-0.1.6 → autoskope_client-1.0.0}/setup.py +5 -3
- {autoskope_client-0.1.6 → autoskope_client-1.0.0}/README.md +0 -0
- {autoskope_client-0.1.6 → autoskope_client-1.0.0}/autoskope_client.egg-info/SOURCES.txt +0 -0
- {autoskope_client-0.1.6 → autoskope_client-1.0.0}/autoskope_client.egg-info/dependency_links.txt +0 -0
- {autoskope_client-0.1.6 → autoskope_client-1.0.0}/autoskope_client.egg-info/requires.txt +0 -0
- {autoskope_client-0.1.6 → autoskope_client-1.0.0}/autoskope_client.egg-info/top_level.txt +0 -0
- {autoskope_client-0.1.6 → autoskope_client-1.0.0}/pyproject.toml +0 -0
- {autoskope_client-0.1.6 → autoskope_client-1.0.0}/setup.cfg +0 -0
|
@@ -1,8 +1,10 @@
|
|
|
1
|
-
|
|
1
|
+
"""Setup script for the Autoskope client library."""
|
|
2
|
+
|
|
3
|
+
from setuptools import find_packages, setup
|
|
2
4
|
|
|
3
5
|
setup(
|
|
4
6
|
name="autoskope_client",
|
|
5
|
-
version="0.
|
|
7
|
+
version="1.0.0",
|
|
6
8
|
description="Python client library for the Autoskope API.",
|
|
7
9
|
author="Nico Liebeskind",
|
|
8
10
|
author_email="nico@autoskope.de",
|
|
@@ -17,4 +19,4 @@ setup(
|
|
|
17
19
|
"Operating System :: OS Independent",
|
|
18
20
|
],
|
|
19
21
|
python_requires=">=3.8",
|
|
20
|
-
)
|
|
22
|
+
)
|
|
File without changes
|
|
File without changes
|
{autoskope_client-0.1.6 → autoskope_client-1.0.0}/autoskope_client.egg-info/dependency_links.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|