update MANIFEST.in and setup.py to get rid of warnings
authorThomasV <thomasv@gitorious>
Sat, 23 Jun 2012 10:52:44 +0000 (14:52 +0400)
committerThomasV <thomasv@gitorious>
Sat, 23 Jun 2012 10:52:44 +0000 (14:52 +0400)
MANIFEST.in
setup.py

index de82c38..afdcd1b 100644 (file)
@@ -8,4 +8,4 @@ include app.fil
 include icons.qrc
 include remote.php
 recursive-include icons *
-recursive-include i18n/locale *
+
index 3aa821c..6ccb207 100644 (file)
--- 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"""