AWSGlueDataplanePython 0.0.1__tar.gz → 0.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.
- {AWSGlueDataplanePython-0.0.1 → AWSGlueDataplanePython-0.0.2}/AWSGlueDataplanePython.egg-info/PKG-INFO +2 -2
- {AWSGlueDataplanePython-0.0.1 → AWSGlueDataplanePython-0.0.2}/PKG-INFO +2 -2
- {AWSGlueDataplanePython-0.0.1 → AWSGlueDataplanePython-0.0.2}/setup.py +3 -3
- {AWSGlueDataplanePython-0.0.1 → AWSGlueDataplanePython-0.0.2}/AWSGlueDataplanePython.egg-info/SOURCES.txt +0 -0
- {AWSGlueDataplanePython-0.0.1 → AWSGlueDataplanePython-0.0.2}/AWSGlueDataplanePython.egg-info/dependency_links.txt +0 -0
- {AWSGlueDataplanePython-0.0.1 → AWSGlueDataplanePython-0.0.2}/AWSGlueDataplanePython.egg-info/top_level.txt +0 -0
- {AWSGlueDataplanePython-0.0.1 → AWSGlueDataplanePython-0.0.2}/setup.cfg +0 -0
|
@@ -3,13 +3,13 @@ from setuptools import setup
|
|
|
3
3
|
|
|
4
4
|
args = ' '.join(sys.argv).strip()
|
|
5
5
|
if not any(args.endswith(suffix) for suffix in ['setup.py sdist', 'setup.py check -r -s']):
|
|
6
|
-
raise ImportError('
|
|
6
|
+
raise ImportError('The package you are trying to install is not supported through PyPI. These packages are only available through the AWS Glue runtime.')
|
|
7
7
|
|
|
8
8
|
setup(
|
|
9
9
|
name='AWSGlueDataplanePython',
|
|
10
10
|
author='awsglue',
|
|
11
|
-
version='0.0.
|
|
12
|
-
description='
|
|
11
|
+
version='0.0.2',
|
|
12
|
+
description='AWS Glue Dataplane',
|
|
13
13
|
classifiers=[
|
|
14
14
|
'Development Status :: 7 - Inactive',
|
|
15
15
|
'Operating System :: OS Independent',
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|