From 83712bde292255ce9971a1550a1bff6bbeb938cf Mon Sep 17 00:00:00 2001 From: evilchili Date: Wed, 3 Aug 2022 00:34:05 -0700 Subject: [PATCH] fixing pyproject --- pyproject.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 32b7fac..ea70bbc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,6 +4,9 @@ version = "0.1.0" description = "A tabula recta variant autokey cipher, implementation in python" authors = ["evilchili "] license = "The Unlicense" +packages = [ + { include = 'cipher' } +] [tool.poetry.dependencies] python = "^3.10"