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

allpy

annotate setup.py @ 733:73070c394dc4

SequenceMixin: args resi_begin and resi_end of set_pdb_chain can be integers Side effect: matching of pdb identifiers became less accurate, only integers are compared, but insertion codes not see #70
author boris <bnagaev@gmail.com>
date Fri, 08 Jul 2011 18:53:14 +0200
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: