zopefoundation / DateTime

This package provides a DateTime data type, as known from Zope. Unless you need to communicate with Zope APIs, you're probably better off using Python's built-in datetime module.
Other
19 stars 25 forks source link

Add badges #26

Closed jugmac00 closed 4 years ago

jugmac00 commented 4 years ago

In order to provide badges, a new README.rst had to be created, as until then the long_description was generated by DateTime.txt, which was used for doctests, and could not be easily moved.

Then, badges for Travis build, current version and supported Python versions were added.

new file: README.rst deleted: README.txt modified: setup.py

P.S.: I did a render-check via longtest - looks good!

This fixes #23