Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Timmy O'Mahony committed May 2, 2012
2 parents 661911c + 2f21a08 commit 6557ad0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -20,7 +20,7 @@ def run(self):
url = "https://github.com/timmyomahony/django-pagedown", url = "https://github.com/timmyomahony/django-pagedown",
description = ("A django app that allows the easy addition of Stack Overflow's 'PageDown' markdown editor to a django form field"), description = ("A django app that allows the easy addition of Stack Overflow's 'PageDown' markdown editor to a django form field"),
long_description=open('README.md').read(), long_description=open('README.md').read(),
packages=['django_pagedown'], packages=['pagedown'],
install_requires=[ install_requires=[
"Django >= 1.2", "Django >= 1.2",
], ],
Expand Down

0 comments on commit 6557ad0

Please sign in to comment.