diff --git a/python-redfish/__init__.py b/redfish/__init__.py similarity index 100% rename from python-redfish/__init__.py rename to redfish/__init__.py diff --git a/python-redfish/connection.py b/redfish/connection.py similarity index 100% rename from python-redfish/connection.py rename to redfish/connection.py diff --git a/python-redfish/tests/__init__.py b/redfish/tests/__init__.py similarity index 100% rename from python-redfish/tests/__init__.py rename to redfish/tests/__init__.py diff --git a/python-redfish/tests/base.py b/redfish/tests/base.py similarity index 100% rename from python-redfish/tests/base.py rename to redfish/tests/base.py diff --git a/python-redfish/tests/test_redfish.py b/redfish/tests/test_redfish.py similarity index 100% rename from python-redfish/tests/test_redfish.py rename to redfish/tests/test_redfish.py