[Zodb-checkins] CVS: Packages/bsddb3Storage - setup.py:1.1

barry@digicool.com barry@digicool.com
Fri, 27 Apr 2001 19:30:07 -0400 (EDT)


Update of /cvs-repository/Packages/bsddb3Storage
In directory korak:/tmp/cvs-serv31620

Added Files:
	setup.py 
Log Message:
Standard distutils setup.py file.



--- Added File setup.py in package Packages/bsddb3Storage ---
#! /usr/bin/env python

# Standard distutils setup.py install script for the `bsddb3Storage' package,
# an implementation of the ZODB storage interface using Sleepycat Berkeley
# DB.  To install into your existing Python distribution, run the following at
# the command line:
#
# % python setup.py install

from distutils.core import setup

setup(name='bsddb3Storage',
      version='1.0beta2',
      description='Berkeley storage for ZODB/Zope',
      author='Digital Creations',
      author_email='zodb-dev@zope.org',
      url='http://dev.zope.org/Wikis/DevSite/Proposals/BerkeleyStorage',
      packages=['bsddb3Storage'],
      )



--- Added File setup.py in package Packages/bsddb3Storage ---
#! /usr/bin/env python

# Standard distutils setup.py install script for the `bsddb3Storage' package,
# an implementation of the ZODB storage interface using Sleepycat Berkeley
# DB.  To install into your existing Python distribution, run the following at
# the command line:
#
# % python setup.py install

from distutils.core import setup

setup(name='bsddb3Storage',
      version='1.0beta2',
      description='Berkeley storage for ZODB/Zope',
      author='Digital Creations',
      author_email='zodb-dev@zope.org',
      url='http://dev.zope.org/Wikis/DevSite/Proposals/BerkeleyStorage',
      packages=['bsddb3Storage'],
      )