~divmod-dev/divmod.org/combinator-wants-user-site-packages-3002

1
2
3
4
5
6
7
8
9
10
11
12
13
14
# This module is part of the Reverend project and is Copyright 2003 Amir
# Bakhtiar (amir@divmod.org). This is free software; you can redistribute
# it and/or modify it under the terms of version 2.1 of the GNU Lesser
# General Public License as published by the Free Software Foundation.

from distutils.core import setup

setup(name="Reverend",
      version="0.3",
      description="Divmod Reverend - a simple Bayesian classifier",
      author="Amir Bakhtiar",
      author_email="amir hat divmod point org",
      url="http://www.divmod.org/",
      packages=['reverend', 'reverend.ui', 'reverend.guessers'], )