changeset 373:a3aa4d046914

core: MANIFEST.in and setup.py cleaning
author Goffi <goffi@goffi.org>
date Thu, 28 Jul 2011 01:03:22 +0200
parents f964dcec1611
children 193fd5995430
files MANIFEST.in setup.py
diffstat 2 files changed, 2 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/MANIFEST.in	Wed Jul 06 01:06:18 2011 +0200
+++ b/MANIFEST.in	Thu Jul 28 01:03:22 2011 +0200
@@ -4,9 +4,7 @@
 global-include *.po *.mo
 global-include CHANGELOG COPYING* INSTALL README*
 global-include *.sh
-global-include *.png *.xpm
 include src/sat.*
 include frontends/src/jp/jp frontends/src/primitivus/primitivus frontends/src/wix/wix
-include frontends/src/wix/images/cards/.size
 include src/bridge/bridge_constructor/mediawiki_template.tpl
 prune src/bridge/bridge_constructor/generated
--- a/setup.py	Wed Jul 06 01:06:18 2011 +0200
+++ b/setup.py	Thu Jul 28 01:03:22 2011 +0200
@@ -198,12 +198,11 @@
                 'sat_frontends', 'sat_frontends.bridge', 'sat_frontends.quick_frontend',
                 'sat_frontends.primitivus', 'sat_frontends.wix'],
       package_data = {'sat': ['sat.tac','sat.sh'],
-                      'sat_frontends': ['wix/COPYING','wix/images/*png','wix/images/cards/*','wix/images/crystal/*']},
+                      'sat_frontends': ['wix/COPYING']},
       data_files=[(os.path.join(sys.prefix,'share/locale/fr/LC_MESSAGES'), ['i18n/fr/LC_MESSAGES/sat.mo']),
                   (os.path.join(sys.prefix,'share/locale/fr/LC_MESSAGES'), ['frontends/i18n/fr/LC_MESSAGES/sat_frontend.mo']),
                   (os.path.join(sys.prefix,'share/locale/fr/LC_MESSAGES'), ['frontends/src/jp/i18n/fr/LC_MESSAGES/jp.mo']),
                   ('share/doc/%s' % NAME, ['CHANGELOG', 'COPYING', 'INSTALL', 'README', 'README4TRANSLATORS']),
-                  ('share/doc/%s/misc' % NAME, ['frontends/src/wix/images/split_card.sh']),
                   ],
       scripts=['frontends/src/jp/jp', 'frontends/src/primitivus/primitivus', 'frontends/src/wix/wix'],
       zip_safe=False,
@@ -211,6 +210,6 @@
       install_requires=['twisted', 'progressbar', 'urwid', 'beautifulsoup', 'mercurial', 'urwid-satext','pyfeed','xe'],
       cmdclass=dict(install=custom_install),
       ) #XXX: The Mercurial dependency is just here to build the custom wokkel (with MUC branch), it must be removed
-      # and replace by wokkel as soon as MUC branch is officially available in wokkel main branch.
+      # and replaced by wokkel as soon as MUC branch is officially available in wokkel main branch.
       # wxpython doesn't work, it's managed with preinstall_check