From: ThomasV Date: Sat, 23 Jun 2012 10:52:44 +0000 (+0400) Subject: update MANIFEST.in and setup.py to get rid of warnings X-Git-Url: https://git.novaco.in/?p=electrum-nvc.git;a=commitdiff_plain;h=71cccd40ac11fb3d17795fcc6837bc65ea71d009 update MANIFEST.in and setup.py to get rid of warnings --- diff --git a/MANIFEST.in b/MANIFEST.in index de82c38..afdcd1b 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -8,4 +8,4 @@ include app.fil include icons.qrc include remote.php recursive-include icons * -recursive-include i18n/locale * + diff --git a/setup.py b/setup.py index 3aa821c..6ccb207 100644 --- a/setup.py +++ b/setup.py @@ -42,6 +42,7 @@ setup(name = "Electrum", 'electrum.i18n'], description = "Lightweight Bitcoin Wallet", author = "thomasv", + author_email = "thomasv@gitorious", license = "GNU GPLv3", url = "http://ecdsa/electrum", long_description = """Lightweight Bitcoin Wallet"""