diff --git a/pyproject.toml b/pyproject.toml index dfd6793..57cb97c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,13 +1,12 @@ [build-system] -requires = ["hatchling"] +requires = ["hatchling", "setuptools"] build-backend = "hatchling.build" [project] version = "1.0.0" name = "stickergen" requires-python = ">= 3.8" dependencies = [ - "pyyaml", - "setuptools" + "pyyaml" ] authors = [ { name = "Aleksey Chubukov", email = "tea@brass.host" } diff --git a/stickergen/stickergen/actions.py b/stickergen/actions.py similarity index 100% rename from stickergen/stickergen/actions.py rename to stickergen/actions.py