Products.validation/no_at: Update Readme
Tom Gross <jenkins-z4DKO/[email protected]> Mon, 31 Jul 2017 13:53:36 -0700 (PDT)
| Newsgroups | gmane.comp.web.zope.plone.cvs |
|---|---|
| Message-ID | <[email protected]> |
Repository: Products.validation Branch: refs/heads/no_at Date: 2017-07-31T22:53:28+02:00 Author: Tom Gross (tomgross) <[email protected]> Commit: https://github.com/plone/Products.validation/commit/04462edc89ae6537d95b48792e5ae3475b6a4e86 Update Readme Files changed: A README.rst M setup.py D README.txt diff --git a/README.rst b/README.rst new file mode 100644 index 0000000..e5a792b --- /dev/null +++ b/README.rst @@ -0,0 +1,4 @@ +Introduction +============ + +Data validation package for Zope. diff --git a/README.txt b/README.txt deleted file mode 100644 index 218c730..0000000 --- a/README.txt +++ /dev/null @@ -1,4 +0,0 @@ -Introduction -============ - -Data validation package for Archetypes. diff --git a/setup.py b/setup.py index ae81845..20341d7 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ name='Products.validation', version=version, description="Data validation package for Zope", - long_description=(open("README.txt").read() + "\n" + + long_description=(open("README.rst").read() + "\n" + open("CHANGES.txt").read()), classifiers=[ "Framework :: Zope2", ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot