aboutsummaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorBobby <[email protected]>2022-08-31 17:08:39 -0400
committerBobby <[email protected]>2022-08-31 17:08:39 -0400
commitd6b7ece6c9cb3ed5ced99390a53aba75ab415fd0 (patch)
tree88153495ff83645a2142243f6760804994be8466 /pyproject.toml
parentbbdca02c3d39794c589c8e480c7140426ae85f41 (diff)
downloadedify-d6b7ece6c9cb3ed5ced99390a53aba75ab415fd0.tar.xz
edify-d6b7ece6c9cb3ed5ced99390a53aba75ab415fd0.zip
Revert "Added Poetry Build"
This reverts commit 5895a76926b64921e57e8b9d26cfed809207c5dd.
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml6
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"