Skip to content

Commit

Permalink
Fix poetry build
Browse files Browse the repository at this point in the history
  • Loading branch information
eterna2 committed Oct 1, 2020
1 parent 51ed4ad commit 657a36d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pyproject.toml
@@ -1,10 +1,13 @@
[tool.poetry]
name = "e2fyi-utils"
version = "0.3.0-rc-3"
version = "0.3.0-rc-1"
description = "General utils for interacting with aws resources."
authors = ["eterna2 <eterna2@hotmail.com>"]
license = "Apache-2.0"
readme = "README.md"
packages = [
{include = "e2fyi"}
]

[tool.poetry.dependencies]
python = ">=3.6.1,<4"
Expand Down

0 comments on commit 657a36d

Please sign in to comment.