home *** CD-ROM | disk | FTP | other *** search
/ Maximum CD 2010 November / maximum-cd-2010-11.iso / DiscContents / calibre-0.7.13.msi / file_1924 (.txt) < prev    next >
Encoding:
Python Compiled Bytecode  |  2010-08-06  |  599 b   |  10 lines

  1. # Source Generated with Decompyle++
  2. # File: in.pyc (Python 2.6)
  3.  
  4. from setuptools import setup
  5. setup(name = 'IPython doctest plugin', version = '0.1', author = 'The IPython Team', description = 'Nose plugin to load IPython-extended doctests', license = 'LGPL', py_modules = [
  6.     'ipdoctest'], entry_points = {
  7.     'nose.plugins.0.10': [
  8.         'ipdoctest = ipdoctest:IPythonDoctest',
  9.         'extdoctest = ipdoctest:ExtensionDoctest'] })
  10.