Skip to content

Commit

Permalink
Merge pull request #1 from gforcada/master
Browse files Browse the repository at this point in the history
Rename {README,CHANGES}.{rst,txt}
  • Loading branch information
jensens committed Jul 17, 2014
2 parents bc88838 + c70fcc3 commit c8d71eb
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='Plone',
version=version,
description="The Plone Content Management System",
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

1 comment on commit c8d71eb

@mister-roboto
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TESTS FAILED
Mr.roboto url : http://jenkins.plone.org/roboto/get_info?push=f6fc0ec48a6849e9ad6a45244787e0bd
plone-5.0-python-2.7 [FAILURE]

Please sign in to comment.