pybuilder-docker-too 48__tar.gz → 49__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.
- {pybuilder_docker_too-48 → pybuilder_docker_too-49}/PKG-INFO +1 -1
- {pybuilder_docker_too-48 → pybuilder_docker_too-49}/pybuilder_docker_too.egg-info/PKG-INFO +1 -1
- {pybuilder_docker_too-48 → pybuilder_docker_too-49}/setup.py +1 -1
- {pybuilder_docker_too-48 → pybuilder_docker_too-49}/pybuilder_docker_too/__init__.py +0 -0
- {pybuilder_docker_too-48 → pybuilder_docker_too-49}/pybuilder_docker_too.egg-info/SOURCES.txt +0 -0
- {pybuilder_docker_too-48 → pybuilder_docker_too-49}/pybuilder_docker_too.egg-info/dependency_links.txt +0 -0
- {pybuilder_docker_too-48 → pybuilder_docker_too-49}/pybuilder_docker_too.egg-info/namespace_packages.txt +0 -0
- {pybuilder_docker_too-48 → pybuilder_docker_too-49}/pybuilder_docker_too.egg-info/top_level.txt +0 -0
- {pybuilder_docker_too-48 → pybuilder_docker_too-49}/pybuilder_docker_too.egg-info/zip-safe +0 -0
- {pybuilder_docker_too-48 → pybuilder_docker_too-49}/setup.cfg +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: pybuilder-docker-too
|
|
3
|
-
Version:
|
|
3
|
+
Version: 49
|
|
4
4
|
Summary: A pybuilder plugin that stages a python package into a docker container and optionally publishes it to a registry.
|
|
5
5
|
Home-page: https://github.com/rspitler/pybuilder-docker
|
|
6
6
|
Author:
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: pybuilder-docker-too
|
|
3
|
-
Version:
|
|
3
|
+
Version: 49
|
|
4
4
|
Summary: A pybuilder plugin that stages a python package into a docker container and optionally publishes it to a registry.
|
|
5
5
|
Home-page: https://github.com/rspitler/pybuilder-docker
|
|
6
6
|
Author:
|
|
@@ -21,7 +21,7 @@ class install(_install):
|
|
|
21
21
|
if __name__ == '__main__':
|
|
22
22
|
setup(
|
|
23
23
|
name = 'pybuilder-docker-too',
|
|
24
|
-
version = '
|
|
24
|
+
version = '49',
|
|
25
25
|
description = 'A pybuilder plugin that stages a python package into a docker container and optionally publishes it to a registry.',
|
|
26
26
|
long_description = 'A pybuilder plugin that stages a python package into a docker container and optionally publishes it to a registry.',
|
|
27
27
|
long_description_content_type = None,
|
|
File without changes
|
{pybuilder_docker_too-48 → pybuilder_docker_too-49}/pybuilder_docker_too.egg-info/SOURCES.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pybuilder_docker_too-48 → pybuilder_docker_too-49}/pybuilder_docker_too.egg-info/top_level.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|