Mercurial > libervia-backend
comparison setup.py @ 335:99206631503e
Tests
- first unit tests, finally \o/
- some helping methods/classes
- first tests for core.xmpp module
- update .hgignore to ignore test dir
- updated setup.py with new modules
author | Goffi <goffi@goffi.org> |
---|---|
date | Tue, 24 May 2011 00:56:35 +0200 |
parents | d1cc69161f3f |
children | 3ec237e82aed |
comparison
equal
deleted
inserted
replaced
334:698cbc6ebec8 | 335:99206631503e |
---|---|
189 'Framework :: Twisted', | 189 'Framework :: Twisted', |
190 'License :: OSI Approved :: GNU General Public License (GPL)', | 190 'License :: OSI Approved :: GNU General Public License (GPL)', |
191 'Operating System :: POSIX :: Linux', | 191 'Operating System :: POSIX :: Linux', |
192 'Topic :: Communications :: Chat'], | 192 'Topic :: Communications :: Chat'], |
193 package_dir = {'sat':'src', 'sat_frontends':'frontends/src'}, | 193 package_dir = {'sat':'src', 'sat_frontends':'frontends/src'}, |
194 packages=['sat','sat.tools','sat.bridge', 'sat.plugins', | 194 packages=['sat','sat.tools','sat.bridge', 'sat.plugins', 'sat.test', 'sat.core', |
195 'sat_frontends', 'sat_frontends.bridge', 'sat_frontends.quick_frontend', | 195 'sat_frontends', 'sat_frontends.bridge', 'sat_frontends.quick_frontend', |
196 'sat_frontends.primitivus', 'sat_frontends.wix'], | 196 'sat_frontends.primitivus', 'sat_frontends.wix'], |
197 package_data = {'sat': ['sat.tac','sat.sh'], | 197 package_data = {'sat': ['sat.tac','sat.sh'], |
198 'sat_frontends': ['wix/COPYING','wix/images/*png','wix/images/cards/*','wix/images/crystal/*']}, | 198 'sat_frontends': ['wix/COPYING','wix/images/*png','wix/images/cards/*','wix/images/crystal/*']}, |
199 data_files=[(os.path.join(sys.prefix,'share/locale/fr/LC_MESSAGES'), ['i18n/fr/LC_MESSAGES/sat.mo']), | 199 data_files=[(os.path.join(sys.prefix,'share/locale/fr/LC_MESSAGES'), ['i18n/fr/LC_MESSAGES/sat.mo']), |