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 64a0cda commit ae020cdCopy full SHA for ae020cd
pyproject.toml
@@ -82,10 +82,10 @@ path = "xbox/webapi/__init__.py"
82
83
[tool.hatch.build.targets.sdist]
84
include = [
85
- "/xbox/webapi",
+ "/xbox",
86
]
87
[tool.hatch.build.targets.wheel]
88
-packages = ["xbox/webapi"]
+packages = ["xbox"]
89
90
[tool.hatch.envs.default]
91
python = "3.13"
xbox/webapi/__init__.py
@@ -1,4 +1,4 @@
1
"""Top-level package for xbox-webapi-python."""
2
3
__author__ = """OpenXbox"""
4
-__version__ = "0.1.0rc0"
+__version__ = "0.1.0rc1"
0 commit comments