diff --git a/pyproject.toml b/pyproject.toml index aa3dd2e..f603b23 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,8 +3,8 @@ requires = ["hatchling"] build-backend = "hatchling.build" [project] -name = "dnscode_MINECRAFTCHEST1" -version = "1.1.2" +name = "dnscode" +version = "1.2.0" authors = [ { name="Minecraftchest1", email="me@minec1.us" }, ] diff --git a/src/dnscode_MINECRAFTCHEST1/__init__.py b/src/dnscode/__init__.py similarity index 100% rename from src/dnscode_MINECRAFTCHEST1/__init__.py rename to src/dnscode/__init__.py diff --git a/src/dnscode_MINECRAFTCHEST1/dnscode.py b/src/dnscode/dnscode.py similarity index 100% rename from src/dnscode_MINECRAFTCHEST1/dnscode.py rename to src/dnscode/dnscode.py