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

Rename project to kodak

This commit is contained in:
2021-10-28 23:17:00 -04:00
parent 99d2ca4816
commit 67abbd5374
31 changed files with 132 additions and 152 deletions

View File

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