diff --git a/Github/__init__.py b/github/__init__.py similarity index 100% rename from Github/__init__.py rename to github/__init__.py diff --git a/Github/cache.py b/github/cache.py similarity index 100% rename from Github/cache.py rename to github/cache.py diff --git a/Github/client.py b/github/client.py similarity index 100% rename from Github/client.py rename to github/client.py diff --git a/Github/exceptions.py b/github/exceptions.py similarity index 100% rename from Github/exceptions.py rename to github/exceptions.py diff --git a/Github/http.py b/github/http.py similarity index 100% rename from Github/http.py rename to github/http.py diff --git a/Github/objects.py b/github/objects.py similarity index 100% rename from Github/objects.py rename to github/objects.py diff --git a/Github/urls.py b/github/urls.py similarity index 100% rename from Github/urls.py rename to github/urls.py