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