fixing pyproject
This commit is contained in:
parent
ae12261a1e
commit
83712bde29
|
@ -4,6 +4,9 @@ version = "0.1.0"
|
||||||
description = "A tabula recta variant autokey cipher, implementation in python"
|
description = "A tabula recta variant autokey cipher, implementation in python"
|
||||||
authors = ["evilchili <evilchili@gmail.com>"]
|
authors = ["evilchili <evilchili@gmail.com>"]
|
||||||
license = "The Unlicense"
|
license = "The Unlicense"
|
||||||
|
packages = [
|
||||||
|
{ include = 'cipher' }
|
||||||
|
]
|
||||||
|
|
||||||
[tool.poetry.dependencies]
|
[tool.poetry.dependencies]
|
||||||
python = "^3.10"
|
python = "^3.10"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user