diff options
| author | Bobby <[email protected]> | 2022-08-31 17:08:39 -0400 |
|---|---|---|
| committer | Bobby <[email protected]> | 2022-08-31 17:08:39 -0400 |
| commit | d6b7ece6c9cb3ed5ced99390a53aba75ab415fd0 (patch) | |
| tree | 88153495ff83645a2142243f6760804994be8466 /pyproject.toml | |
| parent | bbdca02c3d39794c589c8e480c7140426ae85f41 (diff) | |
| download | edify-d6b7ece6c9cb3ed5ced99390a53aba75ab415fd0.tar.xz edify-d6b7ece6c9cb3ed5ced99390a53aba75ab415fd0.zip | |
Revert "Added Poetry Build"
This reverts commit 5895a76926b64921e57e8b9d26cfed809207c5dd.
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" |
