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.
@@ -1,7 +1,7 @@
1
1
  Metadata-Version: 1.1
2
2
  Name: AWSGlueDataplanePython
3
- Version: 0.0.1
4
- Summary: This package is parked by AWS Glue.
3
+ Version: 0.0.2
4
+ Summary: AWS Glue Dataplane
5
5
  Home-page: UNKNOWN
6
6
  Author: awsglue
7
7
  Author-email: UNKNOWN
@@ -1,7 +1,7 @@
1
1
  Metadata-Version: 1.1
2
2
  Name: AWSGlueDataplanePython
3
- Version: 0.0.1
4
- Summary: This package is parked by AWS Glue.
3
+ Version: 0.0.2
4
+ Summary: AWS Glue Dataplane
5
5
  Home-page: UNKNOWN
6
6
  Author: awsglue
7
7
  Author-email: UNKNOWN
@@ -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('This package is parked by AWS Glue.')
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.1',
12
- description='This package is parked by AWS Glue.',
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',