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

Rename project to fresnel-lens

This commit is contained in:
2021-10-28 19:03:09 -04:00
parent f9c38a5bcc
commit 888225bdf7
31 changed files with 155 additions and 160 deletions

View File

@@ -1,17 +1,17 @@
[tool.poetry]
name = "imagemuck"
name = "fresnel-lens"
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/imagemuck/"
repository = "https://github.com/enpaul/fresnel-lens/"
packages = [
{include = "imagemuck"},
{include = "fresnel_lens"},
{include = "tests", format = "sdist"}
]
include = [
"imagemuck/py.typed",
"imagemuck/openapi.yaml"
"fresnel_lens/py.typed",
"fresnel_lens/openapi.yaml"
]
keywords = ["flask", "image", "thumbnail", "hosting"]
readme = "README.md"