We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e08959 commit d7c0573Copy full SHA for d7c0573
1 file changed
pyproject.toml
@@ -3,7 +3,7 @@ requires = ["hatchling"]
3
build-backend = "hatchling.build"
4
5
[tool.hatch.build.targets.wheel]
6
-packages = ["pymife"]
+packages = ["mife"]
7
8
[project.optional-dependencies]
9
extragroup = [
@@ -13,7 +13,7 @@ extragroup = [
13
14
[project]
15
name = "pymife"
16
-version = "0.0.9"
+version = "0.0.10"
17
authors = [
18
{ name="mechfrog88", email="kelzzin2@gmail.com" },
19
]
0 commit comments