Skip to content

Commit

Permalink
Give readme/changes a rst ending.
Browse files Browse the repository at this point in the history
  • Loading branch information
hannosch committed Jul 17, 2016
1 parent 8ab5ebe commit 797a384
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
File renamed without changes.
File renamed without changes.
7 changes: 3 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@

setup(
name='Products.ZCatalog',
version='3.1.2.dev',
version='3.1.2.dev0',
url='https://pypi.python.org/pypi/Products.ZCatalog',
license='ZPL 2.1',
description="Zope 2's indexing and search solution.",
author='Zope Foundation and Contributors',
author_email='[email protected]',
long_description=open('README.txt').read() + '\n' +
open('CHANGES.txt').read(),
long_description=open('README.rst').read() + '\n' +
open('CHANGES.rst').read(),
packages=find_packages('src'),
namespace_packages=['Products'],
package_dir={'': 'src'},
Expand All @@ -35,7 +35,6 @@
"Operating System :: OS Independent",
"Programming Language :: Python",
"Programming Language :: Python :: 2 :: Only",
"Programming Language :: Python :: 2.6",
"Programming Language :: Python :: 2.7",
"Programming Language :: Python :: Implementation :: CPython",
],
Expand Down

0 comments on commit 797a384

Please sign in to comment.