~jaraco/beautifulsoup/easy-installable

« back to all changes in this revision

Viewing changes to setup.py

  • Committer: Leonard Richardson
  • Date: 2009-04-10 15:45:04 UTC
  • Revision ID: leonard.richardson@canonical.com-20090410154504-qct3a3wsnzxnkvxn
Hooked up the test suite.

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
    zip_safe=False,
19
19
    maintainer='Leonard Richardson',
20
20
    maintainer_email='leonardr@segfault.org',
21
 
    long_description="""Beautiful Soup parses arbitrarily invalid XML/HTML and provides a variety of methods and Pythonic idioms for iterating and searching the parse tree."""
 
21
    long_description="""Beautiful Soup parses arbitrarily invalid XML/HTML and provides a variety of methods and Pythonic idioms for iterating and searching the parse tree.""",
22
22
    license='New-style BSD',
23
23
    install_requires=[
24
24
        'setuptools',