Skip to content

Commit

Permalink
fix package naming
Browse files Browse the repository at this point in the history
  • Loading branch information
martinmiglio committed Sep 16, 2024
1 parent c035d29 commit 6e7ecf5
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 2 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

import numpy as np

from src.decision_maker import Decision, DecisionInput, DecisionMaker
from clashnetlib.decision_maker import Decision, DecisionInput, DecisionMaker

FightDecisionInputValue = np.ndarray

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "clash-net-lib"
packages = [{ include = "src" }]
packages = [{ include = "clashnetlib" }]
version = "v0.0.0"
description = "The API for Clash Net"
readme = "README.md"
Expand Down

0 comments on commit 6e7ecf5

Please sign in to comment.