Skip to content

Commit

Permalink
Merge pull request #37 from gforcada/master
Browse files Browse the repository at this point in the history
github and rst
  • Loading branch information
jean committed Nov 30, 2012
2 parents af57e73 + 436fca1 commit 7135702
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions setup.py
Expand Up @@ -6,8 +6,8 @@
setup(name='Products.CMFPlone',
version=version,
description="The Plone Content Management System (core)",
long_description=open("README.txt").read() + "\n" +
open(os.path.join("docs", "CHANGES.txt")).read(),
long_description=open("README.rst").read() + "\n" +
open(os.path.join("docs", "CHANGES.rst")).read(),
classifiers=[
"Environment :: Web Environment",
"Framework :: Plone",
Expand Down

0 comments on commit 7135702

Please sign in to comment.