Документ взят из кэша поисковой машины. Адрес оригинального документа : http://kodomo.fbb.msu.ru/hg/allpy/file/e83572fff43f/setup.py
Дата изменения: Unknown
Дата индексирования: Sun Feb 3 09:13:12 2013
Кодировка:
allpy: e83572fff43f setup.py

allpy

view 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
line source
1 from distutils.core import setup
2 setup(
3 name='allpy',
4 version='0.1',
5 packages=['allpy', 'allpy.data'],
6 )
8 # vim: set noet: