This commit is contained in:
qiaofeng1227 2023-10-23 08:52:26 +08:00
parent c2d0c08631
commit eeeafe303d
8 changed files with 2 additions and 20 deletions

View file

@ -1,3 +0,0 @@
Metadata-Version: 2.1
Name: apphub
Version: 0.2

View file

@ -1,10 +0,0 @@
README.md
setup.py
src/apphub.egg-info/PKG-INFO
src/apphub.egg-info/SOURCES.txt
src/apphub.egg-info/dependency_links.txt
src/apphub.egg-info/entry_points.txt
src/apphub.egg-info/requires.txt
src/apphub.egg-info/top_level.txt
src/cli/__init__.py
src/cli/apphub_cli.py

View file

@ -1,2 +0,0 @@
[console_scripts]
apphub = cli.apphub_cli:cli

View file

@ -1 +0,0 @@
click

View file

@ -1 +0,0 @@
cli

View file

@ -1,4 +1,4 @@
# modify time: 2023102117, you can modify here to trigger Docker Build action
# modify time: 202310230550, you can modify here to trigger Docker Build action
FROM python:3.10-bullseye AS buildstage
LABEL maintainer="Websoft9<help@websoft9.com>"

View file

@ -1,5 +1,5 @@
{
"version": "0.8.26-rc2",
"version": "0.8.26-rc3",
"plugins": {
"portainer": "0.0.7",
"nginx": "0.0.5",