diff options
| author | Bobby <[email protected]> | 2022-08-31 16:19:34 -0400 |
|---|---|---|
| committer | Bobby <[email protected]> | 2022-08-31 16:19:34 -0400 |
| commit | 5895a76926b64921e57e8b9d26cfed809207c5dd (patch) | |
| tree | a812267d3cb7578f62fbf6d7763852ec69fce579 /pyproject.toml | |
| parent | 1e79ab11dd4ffeb2805cbc3422c4e4219fdc7191 (diff) | |
| download | edify-5895a76926b64921e57e8b9d26cfed809207c5dd.tar.xz edify-5895a76926b64921e57e8b9d26cfed809207c5dd.zip | |
Added Poetry Build
Diffstat (limited to 'pyproject.toml')
| -rw-r--r-- | pyproject.toml | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/pyproject.toml b/pyproject.toml index 162a1ae..f229f31 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,13 +4,9 @@ version = "0.1.0" homepage = "https://github.com/luciferreeves/edify" description = "Regular Expressions Made Simple." authors = ["Bobby <[email protected]>"] -readme = "README.md" +readme = "README.rst" license = "Apache Software License 2.0" -packages = [ - { include = "edify" }, -] - [tool.poetry.dependencies] python = "^3.10" |
