diff --git a/pyproject.toml b/pyproject.toml index 5decb21..2653212 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,6 @@ version = "0.1.0" description = "This repository is a template for a python project using the poetry container. The intent is to do all the basic lifting for a python project so that people can hit the ground running with their ideas." authors = ["michplunkett"] readme = "README.md" -packages = [{include = "poetry_python_project"}] [tool.poetry.dependencies] python = "^3.11"