Skip to content

Commit

Permalink
Renamed to .rst README.txt and docs/CHANGES.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
gforcada committed Nov 30, 2012
1 parent af57e73 commit 436fca1
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
Original file line number Diff line number Diff line change
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 436fca1

Please sign in to comment.