updated on Mon Jan 16 12:07:49 UTC 2012
[aur-mirror.git] / python2-mkdn-git / setup.py
blob83d807e6775acf75989f2f7f4d074324c31a9b48
1 #!/usr/bin/env python2
2 # setup.py: the distutils script to build and install mkdn.
4 from distutils.core import setup
6 setup(
7 name = 'mkdn',
8 scripts = ['mkdn'],
9 version = '0.1.0',
10 description = 'Markdown previewer',
11 author = 'Rupa',
12 author_email = 'rupa@lrrr.us',
13 url = 'https://github.com/rupa/mkdn',
14 license = 'WTFPL',
15 classifiers = [
16 'Programming Language :: Python',
17 'Operating System :: POSIX :: Linux',