Skip to content

Commit

Permalink
Updated setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
cmacmackin committed Jan 27, 2015
1 parent a185ff7 commit 8d67aa8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@
setup(
name = 'markdown-include',
packages = find_packages(),
version = '0.4.1',
version = '0.4.2',
description = 'This is an extension to Python-Markdown which provides an "include" function, similar to that found in LaTeX (and also the C pre-processor and Fortran). I originally wrote it for my FORD Fortran auto-documentation generator.',
long_description = long_description,
author = 'Chris MacMackin',
author_email = '[email protected]',
url = 'https://github.com/cmacmackin/markdown-include/',
download_url = 'https://github.com/cmacmackin/markdown-include/tarball/v0.4.1',
download_url = 'https://github.com/cmacmackin/markdown-include/tarball/v0.4.2',
keywords = ['Markdown', 'typesetting', 'include', 'plugin', 'extension'],
classifiers=[
# How mature is this project? Common values are
Expand Down

0 comments on commit 8d67aa8

Please sign in to comment.