diff --git a/example_device_hardware_managers/__init__.py b/example_hardware_managers/__init__.py similarity index 100% rename from example_device_hardware_managers/__init__.py rename to example_hardware_managers/__init__.py diff --git a/example_device_hardware_managers/example_device.py b/example_hardware_managers/example_device.py similarity index 100% rename from example_device_hardware_managers/example_device.py rename to example_hardware_managers/example_device.py diff --git a/setup.cfg b/setup.cfg index d22424a..b350b91 100644 --- a/setup.cfg +++ b/setup.cfg @@ -13,8 +13,8 @@ classifier = [files] packages = - example_device_hardware_manager + example_hardware_managers [entry_points] ironic_python_agent.hardware_managers = - example_device = example_device_hardware_manager.example_device:ExampleDeviceHardwareManager + example_device = example_hardware_managers.example_device:ExampleDeviceHardwareManager diff --git a/tox.ini b/tox.ini index 945a1a6..41da55e 100644 --- a/tox.ini +++ b/tox.ini @@ -14,7 +14,7 @@ commands = [testenv:pep8] commands = - flake8 {posargs:example_device_hardware_managers} + flake8 {posargs:example_hardware_managers} [flake8] # E711: ignored because it is normal to use "column == None" in sqlalchemy