2 from distutils
.core
import setup
3 from setuptools
import find_packages
8 author
="Adam J. Gamble",
9 author_email
="mail@adamgamble.com",
10 description
=open('README').readline(),
13 packages
=['colly', 'colly.commands'],
14 url
="http://repo.or.cz/w/colly.git",
15 include_package_data
=True,
25 'Intended Audience :: Developers',
26 'License :: OSI Approved :: MIT License',
27 'Programming Language :: Python',
28 'Programming Language :: Python :: 2.6',
29 'Programming Language :: Python :: 2.7',
30 'Topic :: Software Development :: Libraries :: Python Modules',
31 'Topic :: Text Processing',
32 'Topic :: Text Processing :: Filters'