Reviewers: ,


Please review this at http://codereview.tryton.org/106001/

Affected files:
  R icons/__init__.py
  M setup.py


Index: icons/__init__.py
===================================================================
deleted file mode 100644
Index: setup.py
===================================================================
--- a/setup.py
+++ b/setup.py
@@ -31,15 +31,11 @@
     packages=[
         'trytond.modules.account',
         'trytond.modules.account.tests',
-        'trytond.modules.account.icons',
     ],
     package_data={
         'trytond.modules.account': info.get('xml', []) \
                 + info.get('translation', []) \
-                + ['aged_balance.odt', 'general_journal.odt',
-                'general_ledger.odt', 'third_party_balance.odt',
-                'trial_balance.odt'],
-        'trytond.modules.account.icons': ['tryton-financial.svg'],
+                + ['*.odt', 'icons/*'],
     },
     classifiers=[
         'Development Status :: 5 - Production/Stable',


--
tryton-dev@googlegroups.com mailing list

Reply via email to