1
0
mirror of https://github.com/enpaul/kodak.git synced 2025-12-19 09:02:34 +00:00

Rename project to imagemuck

This commit is contained in:
2021-05-05 13:48:02 -04:00
parent 6a7662ae0f
commit d92b53a60c
31 changed files with 116 additions and 116 deletions

View File

@@ -1,17 +1,17 @@
[tool.poetry]
name = "dehance"
name = "imagemuck"
version = "0.1.0"
license = "MIT"
authors = ["Ethan Paul <24588726+enpaul@users.noreply.github.com>"]
description = "HTTP server for uploading images and generating thumbnails"
repository = "https://github.com/mocproject/dehance/"
repository = "https://github.com/mocproject/imagemuck/"
packages = [
{include = "dehance"},
{include = "imagemuck"},
{include = "tests", format = "sdist"}
]
include = [
"dehance/py.typed",
"dehance/resources/openapi.yaml"
"imagemuck/py.typed",
"imagemuck/resources/openapi.yaml"
]
keywords = ["flask", "image", "thumbnail", "hosting"]
readme = "README.md"