pybuilder-docker-too 46__tar.gz → 47__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
- Metadata-Version: 2.1
1
+ Metadata-Version: 2.4
2
2
  Name: pybuilder-docker-too
3
- Version: 46
3
+ Version: 47
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:
@@ -10,5 +10,10 @@ Maintainer-email:
10
10
  License: Apache 2.0
11
11
  Classifier: Development Status :: 3 - Alpha
12
12
  Classifier: Programming Language :: Python
13
+ Dynamic: classifier
14
+ Dynamic: description
15
+ Dynamic: home-page
16
+ Dynamic: license
17
+ Dynamic: summary
13
18
 
14
19
  A pybuilder plugin that stages a python package into a docker container and optionally publishes it to a registry.