Skip to content

Commit

Permalink
Fix setuptools warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
Dvd848 committed May 27, 2022
1 parent 7be217a commit 6fe0fa0
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1 +1 @@
include-global *.gif *.ico
global-include *.gif *.ico
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ pytai = "pytai.main:main"

[tool.setuptools]
zip-safe = true
packages = ["pytai", "pytai.kaitai", "pytai.kaitai.formats", "pytai.view", "pytai.view.assets"]
packages = ["pytai", "pytai.kaitai", "pytai.kaitai.formats", "pytai.view", "pytai.view.assets", "pytai.tests"]

[tool.setuptools_scm]
# local_scheme = "no-local-version"
Empty file added pytai/tests/__init__.py
Empty file.

0 comments on commit 6fe0fa0

Please sign in to comment.