Commit 3c4475ec authored by Jim Fulton's avatar Jim Fulton

Started topic on writing persistent objects

Still more work to do.

Added machinery to make the documentation testable.
parent 2cb29855
name = 'zodbdocumentationtests'
version = '0'
from setuptools import setup
setup(
name = name,
version = version,
author = "Jim Fulton",
author_email = "jim@jimfulton.info",
description = "ZODB documentation tests",
packages = [name],
package_dir = {'':'.'},
install_requires = ['manuel', 'six', 'zope.testing', 'ZODB'],
)
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment