We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2aba0f commit ac49772Copy full SHA for ac49772
pyproject.toml
@@ -4,6 +4,8 @@ version = "0.1.0"
4
description = "Python api wrapper for loading.se"
5
authors = ["hnrkcode <44243358+hnrkcode@users.noreply.github.com>"]
6
packages = [
7
+ { include = "loading_sdk" },
8
+ { include = "loading_sdk/**/*.py" },
9
{ include = "tests" },
10
{ include = "tests/**/*.py" },
11
]
0 commit comments