# HG changeset patch # User Goffi # Date 1311807802 -7200 # Node ID a3aa4d046914f7057bd7b0eab82bd3040bb48946 # Parent f964dcec16111be684625fb5785bf4ad307fec96 core: MANIFEST.in and setup.py cleaning diff -r f964dcec1611 -r a3aa4d046914 MANIFEST.in --- 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 diff -r f964dcec1611 -r a3aa4d046914 setup.py --- 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