Skip to content

Commit

Permalink
Fix pyproject.toml for new subpackage
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinMeimar committed Nov 14, 2024
1 parent 703b8f4 commit 495c148
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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"]

0 comments on commit 495c148

Please sign in to comment.