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.*']