Packaging fixes

master
woju 2024-01-23 00:30:40 +01:00
parent a05e3ed6fd
commit 35362d8dc4
2 changed files with 3 additions and 1 deletions

2
.gitignore vendored
View File

@ -1 +1,3 @@
__pycache__
/dist
/*.egg-info

View File

@ -22,7 +22,7 @@ dependencies = [
# 'tomli',
]
[tool.setuptools.packges.find]
[tool.setuptools.packages.find]
where = ['.']
include = ['tuxgo', 'tuxgo.*']