Show
Ignore:
Timestamp:
27/11/07 00:40:47 (3 years ago)
Author:
athomas
Message:

pyndexter: More work on the simplification refactoring branch.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pyndexter/branches/simplification/setup.py

    r459 r465  
    44    name='pyndexter', 
    55    description="An abstraction layer for full-text indexing engines.", 
    6     long_description="""Pyndexter (pronounced 'poindexter') is an abstraction 
    7         layer for full-text indexing and search engines. It presents a uniform 
    8         query syntax to the user, includes a basic but functional pure-Python 
    9         indexer, and has adapters for Hype, Hyperestraier, Lucene, Lupy, 
    10         Pyndex, Swish-e and Xapian.""", 
     6    long_description="""Pyndexter is an abstraction layer for full-text 
     7        indexing and search engines. It presents a uniform query syntax to the 
     8        user, includes a basic but functional pure-Python indexer, and has 
     9        adapters for Hype, Hyperestraier, Lucene, Lupy, Pyndex, Swish-e and 
     10        Xapian.""", 
    1111    url='http://swapoff.org/pyndexter', 
    1212    download_url='http://swapoff.org/pyndexter', 
     
    1616    author_email='alec@swapoff.org', 
    1717    version='0.4', 
    18     #test_suite='pyndexter.test.suite', 
     18    test_suite='pyndexter.tests.suite', 
    1919    classifiers=['Development Status :: 3 - Alpha', 
    2020                 'Environment :: Plugins',