From 495c1484e74a3cd6471fba5ad11f8b5b2ea25e1e Mon Sep 17 00:00:00 2001 From: Justin Date: Thu, 14 Nov 2024 15:58:32 -0700 Subject: [PATCH] Fix pyproject.toml for new subpackage --- pyproject.toml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index cbc12d2..39c159c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,6 @@ license = {file = "LICENSE"} readme = "README.md" requires-python = ">=3.6" classifiers = ["Tester"] - dependencies = [ "colorama==0.4.6", "pytest==8.3.3" @@ -20,8 +19,5 @@ dependencies = [ [project.scripts] dragon-runner = "dragon_runner.main:main" -[tool.setuptools] -packages = ["dragon_runner"] - [tool.setuptools.package-data] dragon_runner = ["py.typed"]