aboutsummaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorBobby <[email protected]>2022-08-31 16:19:34 -0400
committerBobby <[email protected]>2022-08-31 16:19:34 -0400
commit5895a76926b64921e57e8b9d26cfed809207c5dd (patch)
treea812267d3cb7578f62fbf6d7763852ec69fce579 /pyproject.toml
parent1e79ab11dd4ffeb2805cbc3422c4e4219fdc7191 (diff)
downloadedify-5895a76926b64921e57e8b9d26cfed809207c5dd.tar.xz
edify-5895a76926b64921e57e8b9d26cfed809207c5dd.zip
Added Poetry Build
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml6
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"