update docs
[flinks.git] / setup.py
blob66cb4b31f39792fbcf7dbca40ec2dbd963af0a6d
1 #!/usr/bin/env python
3 from distutils.core import setup
5 setup(
6 scripts=['flinks'],
7 packages=['flinkspkg'],
9 # Metadata:
10 name="flinks",
11 version="0.3",
12 description="flinks",
13 long_description="flashing word browser",
14 author="Martin Bays",
15 author_email="mbays@sdf.lonestar.org",
16 url="http://mbays.freeshell.org/flinks/",
17 download_url="http://mbays.freeshell.org/flinks/",
18 classifiers = [
19 'Development Status :: 3 - Beta',
20 'Environment :: Console',
21 'Intended Audience :: End Users/Desktop',
22 'License :: OSI Approved :: GNU General Public License (GPL)',
23 'Programming Language :: Python',
24 'Topic :: Internet :: WWW/HTTP :: Browsers',