Документ взят из кэша поисковой машины. Адрес оригинального документа : http://kodomo.fbb.msu.ru/hg/allpy/annotate/e83572fff43f/setup.py
Дата изменения: Unknown
Дата индексирования: Tue Feb 26 16:37:53 2013
Кодировка:
allpy: setup.py annotate

allpy

annotate setup.py @ 746:e83572fff43f

Roll-back a bug introduces by dirty hand-merge in [723]. (closes #74) (see #76) Boris! Please do not do dirty hand merges! If you did hg fetch here, this bug would not appear! Please, be extremely careful when you do hand merges and double-check your changes. Do a diff with each parent and see what you remove related to the parent! If someone else's code is involved in the merge (which is almost always the case), do that diff twice just to make sure you have not missed anything!
author Daniil Alexeyevsky <dendik@kodomo.fbb.msu.ru>
date Mon, 11 Jul 2011 14:29:54 +0400
parents 76a24b8363ae
children
rev   line source
me@197 1 from distutils.core import setup
me@197 2 setup(
me@197 3 name='allpy',
me@197 4 version='0.1',
dendik@454 5 packages=['allpy', 'allpy.data'],
me@197 6 )
me@197 7
me@197 8 # vim: set noet: