fixing pyproject

This commit is contained in:
evilchili 2022-08-03 00:34:05 -07:00
parent ae12261a1e
commit 83712bde29

View File

@ -4,6 +4,9 @@ version = "0.1.0"
description = "A tabula recta variant autokey cipher, implementation in python"
authors = ["evilchili <evilchili@gmail.com>"]
license = "The Unlicense"
packages = [
{ include = 'cipher' }
]
[tool.poetry.dependencies]
python = "^3.10"