Skip to content

Commit ae020cd

Browse files
committed
Fix package location
1 parent 64a0cda commit ae020cd

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,10 +82,10 @@ path = "xbox/webapi/__init__.py"
8282

8383
[tool.hatch.build.targets.sdist]
8484
include = [
85-
"/xbox/webapi",
85+
"/xbox",
8686
]
8787
[tool.hatch.build.targets.wheel]
88-
packages = ["xbox/webapi"]
88+
packages = ["xbox"]
8989

9090
[tool.hatch.envs.default]
9191
python = "3.13"

xbox/webapi/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
"""Top-level package for xbox-webapi-python."""
22

33
__author__ = """OpenXbox"""
4-
__version__ = "0.1.0rc0"
4+
__version__ = "0.1.0rc1"

0 commit comments

Comments
 (0)