1 from distutils
.core
import setup
6 description
= 'Filter for blog aggregators',
7 author
= 'Francois Marier',
8 author_email
= 'francois@fmarier.org',
9 url
= 'https://launchpad.net/planetfilter',
10 scripts
= ['planetfilter'],
11 keywords
= ['rss', 'atom', 'blogs', 'planet'],
12 license
= 'AGPL-3.0+',
13 requires
= ['defusedxml'],
15 "Programming Language :: Python",
16 "Development Status :: 4 - Beta",
17 "Environment :: Console",
18 "Intended Audience :: End Users/Desktop",
19 "License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)",
20 "Operating System :: OS Independent",
21 "Programming Language :: Python :: 3",
23 long_description
= """\
24 PlanetFilter uses a blacklist to filter a blog aggregator feed. It
25 allows anyone to subscribe to popular blog aggregators without being
26 overwhelmed by the noise.
28 .. _project page: https://launchpad.net/planetfilter