Add web interface and Docker deployment
Expose the paste tool through a lightweight web UI/API and provide the container setup required for the publicpaste service.
This commit is contained in:
@@ -24,6 +24,7 @@ dependencies = []
|
||||
|
||||
[project.scripts]
|
||||
publicpaste = "publicpaste.cli:main"
|
||||
publicpaste-web = "publicpaste.web:main"
|
||||
|
||||
[tool.setuptools.packages.find]
|
||||
include = ["publicpaste*"]
|
||||
|
||||
Reference in New Issue
Block a user