~divmod-dev/divmod.org/dangling-1091

« back to all changes in this revision

Viewing changes to Reverend/setup.py

  • Committer: washort
  • Date: 2005-10-25 18:49:27 UTC
  • Revision ID: svn-v4:866e43f7-fbfc-0310-8f2a-ec88d1da2979:trunk:2573
import Reverend

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# This module is part of the Reverend project and is Copyright 2003 Amir
 
2
# Bakhtiar (amir@divmod.org). This is free software; you can redistribute
 
3
# it and/or modify it under the terms of version 2.1 of the GNU Lesser
 
4
# General Public License as published by the Free Software Foundation.
 
5
 
 
6
from distutils.core import setup
 
7
 
 
8
setup(name="Reverend",
 
9
      version="0.3",
 
10
      description="Divmod Reverend - a simple Bayesian classifier",
 
11
      author="Amir Bakhtiar",
 
12
      author_email="amir hat divmod point org",
 
13
      url="http://www.divmod.org/",
 
14
      packages=['reverend', 'reverend.ui', 'reverend.guessers'], )