diff --git a/ucoincli/__init__.py b/ucoin/__init__.py similarity index 100% rename from ucoincli/__init__.py rename to ucoin/__init__.py diff --git a/ucoincli/hdc/__init__.py b/ucoin/hdc/__init__.py similarity index 100% rename from ucoincli/hdc/__init__.py rename to ucoin/hdc/__init__.py diff --git a/ucoincli/hdc/amendments/__init__.py b/ucoin/hdc/amendments/__init__.py similarity index 100% rename from ucoincli/hdc/amendments/__init__.py rename to ucoin/hdc/amendments/__init__.py diff --git a/ucoincli/hdc/amendments/view.py b/ucoin/hdc/amendments/view.py similarity index 100% rename from ucoincli/hdc/amendments/view.py rename to ucoin/hdc/amendments/view.py diff --git a/ucoincli/hdc/coins/__init__.py b/ucoin/hdc/coins/__init__.py similarity index 100% rename from ucoincli/hdc/coins/__init__.py rename to ucoin/hdc/coins/__init__.py diff --git a/ucoincli/hdc/coins/view.py b/ucoin/hdc/coins/view.py similarity index 100% rename from ucoincli/hdc/coins/view.py rename to ucoin/hdc/coins/view.py diff --git a/ucoincli/hdc/transactions/__init__.py b/ucoin/hdc/transactions/__init__.py similarity index 100% rename from ucoincli/hdc/transactions/__init__.py rename to ucoin/hdc/transactions/__init__.py diff --git a/ucoincli/hdc/transactions/sender/__init__.py b/ucoin/hdc/transactions/sender/__init__.py similarity index 100% rename from ucoincli/hdc/transactions/sender/__init__.py rename to ucoin/hdc/transactions/sender/__init__.py diff --git a/ucoincli/network/__init__.py b/ucoin/network/__init__.py similarity index 100% rename from ucoincli/network/__init__.py rename to ucoin/network/__init__.py diff --git a/ucoincli/network/peering/__init__.py b/ucoin/network/peering/__init__.py similarity index 100% rename from ucoincli/network/peering/__init__.py rename to ucoin/network/peering/__init__.py diff --git a/ucoincli/network/peering/peers.py b/ucoin/network/peering/peers.py similarity index 100% rename from ucoincli/network/peering/peers.py rename to ucoin/network/peering/peers.py diff --git a/ucoincli/pks/__init__.py b/ucoin/pks/__init__.py similarity index 100% rename from ucoincli/pks/__init__.py rename to ucoin/pks/__init__.py diff --git a/ucoincli/registry/__init__.py b/ucoin/registry/__init__.py similarity index 100% rename from ucoincli/registry/__init__.py rename to ucoin/registry/__init__.py diff --git a/ucoincli/registry/amendment/__init__.py b/ucoin/registry/amendment/__init__.py similarity index 100% rename from ucoincli/registry/amendment/__init__.py rename to ucoin/registry/amendment/__init__.py diff --git a/ucoincli/registry/community/__init__.py b/ucoin/registry/community/__init__.py similarity index 100% rename from ucoincli/registry/community/__init__.py rename to ucoin/registry/community/__init__.py diff --git a/ucoincli/registry/community/members.py b/ucoin/registry/community/members.py similarity index 100% rename from ucoincli/registry/community/members.py rename to ucoin/registry/community/members.py diff --git a/ucoincli/registry/community/voters.py b/ucoin/registry/community/voters.py similarity index 100% rename from ucoincli/registry/community/voters.py rename to ucoin/registry/community/voters.py diff --git a/ucoincli/wrappers/__init__.py b/ucoin/wrappers/__init__.py similarity index 100% rename from ucoincli/wrappers/__init__.py rename to ucoin/wrappers/__init__.py diff --git a/ucoincli/wrappers/coins.py b/ucoin/wrappers/coins.py similarity index 100% rename from ucoincli/wrappers/coins.py rename to ucoin/wrappers/coins.py diff --git a/ucoincli/wrappers/transactions.py b/ucoin/wrappers/transactions.py similarity index 100% rename from ucoincli/wrappers/transactions.py rename to ucoin/wrappers/transactions.py