Skip to content

Commit

Permalink
Nest into Github.
Browse files Browse the repository at this point in the history
  • Loading branch information
tseaver committed Dec 26, 2014
1 parent 2c0bc4e commit e6b6b90
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 8 deletions.
8 changes: 4 additions & 4 deletions CHANGES.txt → CHANGES.rst
Expand Up @@ -4,21 +4,21 @@ CHANGES
4.0.1 (unreleased)
------------------

- Nothing changed yet.
- Add support for testing on Travis.


4.0.0 (2013-02-19)
------------------

- Added support for Python 3.2 and 3.3. (Experimental)
- Add support for Python 3.2 and 3.3.

- Dropped support for Python 2.4 and 2.5.
- Drop support for Python 2.4 and 2.5.


3.4.1 (2011-11-29)
------------------

- Added test cases from LP #139360 (all passed without modification to
- Add test cases from LP #139360 (all passed without modification to
the ``parse`` function).

- Remove unneeded ``zope.testing`` dependency.
Expand Down
7 changes: 7 additions & 0 deletions README.rst
@@ -0,0 +1,7 @@
``zope.datetime``
=================

.. image:: https://travis-ci.org/zopefoundation/zope.datetime.png?branch=master
:target: https://travis-ci.org/zopefoundation/zope.datetime

Commonly used date and time related utility functions.
5 changes: 1 addition & 4 deletions setup.py
Expand Up @@ -32,10 +32,7 @@ def read(*rnames):
description='Zope datetime',
author='Zope Corporation and Contributors',
author_email='zope-dev@zope.org',
long_description=(
"Commonly used date and time related utility functions.\n"
+ '\n' +
read('CHANGES.txt')),
long_description=read('README.rst') + '\n\n' + read('CHANGES.rst'),
classifiers=[
'Development Status :: 5 - Production/Stable',
'Intended Audience :: Developers',
Expand Down

0 comments on commit e6b6b90

Please sign in to comment.