mirror of
https://github.com/Websoft9/websoft9.git
synced 2024-11-21 23:20:23 +00:00
rc
This commit is contained in:
parent
c2d0c08631
commit
eeeafe303d
8 changed files with 2 additions and 20 deletions
|
@ -1,3 +0,0 @@
|
|||
Metadata-Version: 2.1
|
||||
Name: apphub
|
||||
Version: 0.2
|
|
@ -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
|
|
@ -1 +0,0 @@
|
|||
|
|
@ -1,2 +0,0 @@
|
|||
[console_scripts]
|
||||
apphub = cli.apphub_cli:cli
|
|
@ -1 +0,0 @@
|
|||
click
|
|
@ -1 +0,0 @@
|
|||
cli
|
|
@ -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>"
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"version": "0.8.26-rc2",
|
||||
"version": "0.8.26-rc3",
|
||||
"plugins": {
|
||||
"portainer": "0.0.7",
|
||||
"nginx": "0.0.5",
|
||||
|
|
Loading…
Reference in a new issue