diff options
Diffstat (limited to 'pyproject.toml')
| -rw-r--r-- | pyproject.toml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index a7f1cbc..cf39568 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,9 +4,13 @@ version = "0.1.0" homepage = "https://github.com/luciferreeves/edify" description = "Regular Expressions Made Simple." authors = ["Bobby <[email protected]>"] -readme = "README.rst" +readme = "README.md" license = "Apache Software License 2.0" +packages = [ + { include = "edify" }, +] + [tool.poetry.dependencies] python = "^3.7" |
