From 35362d8dc409bac4bbb69ab92b309ac50a6b535f Mon Sep 17 00:00:00 2001 From: Wojtek Porczyk Date: Tue, 23 Jan 2024 00:30:40 +0100 Subject: [PATCH] Packaging fixes --- .gitignore | 2 ++ pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index bee8a64..0bdc1b6 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,3 @@ __pycache__ +/dist +/*.egg-info diff --git a/pyproject.toml b/pyproject.toml index 8dd5a4c..10c1a21 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ dependencies = [ # 'tomli', ] -[tool.setuptools.packges.find] +[tool.setuptools.packages.find] where = ['.'] include = ['tuxgo', 'tuxgo.*']