Skip to content

Commit

Permalink
Fix description bug
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.pyamf.org/pyamf/trunk@2189 2dde4cc4-cf3c-0410-b1a3-a9b8ff274da5
  • Loading branch information
Thijs Triemstra committed Feb 15, 2009
1 parent 51d0aa2 commit b465c4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ def get_install_requirements():
setup(name = "PyAMF",
version = get_version(),
description = "AMF support for Python",
long_description = '',#open('README.txt', 'rt').read(),
long_description = open('README.txt', 'rt').read(),
url = "http://pyamf.org",
author = "The PyAMF Project",
author_email = "[email protected]",
Expand Down

0 comments on commit b465c4c

Please sign in to comment.