From 5895a76926b64921e57e8b9d26cfed809207c5dd Mon Sep 17 00:00:00 2001 From: Bobby Date: Wed, 31 Aug 2022 16:19:34 -0400 Subject: Added Poetry Build --- pyproject.toml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'pyproject.toml') 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 "] -readme = "README.md" +readme = "README.rst" license = "Apache Software License 2.0" -packages = [ - { include = "edify" }, -] - [tool.poetry.dependencies] python = "^3.10" -- cgit v1.2.3