diff --git a/pyproject.toml b/pyproject.toml index bde1d35..4b692b1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,10 +6,10 @@ build-backend = "setuptools.build_meta" name = "toolbox-parallel-robots" version = "0.0.1" dependencies = [ - "pin", + "pin" ] [tool.setuptools] packages = [ - "toolbox_parallel_robots", + "toolbox_parallel_robots" ]