plone.app.modernizr/master: Fixed Changelog file path from setup python module
"Leonardo J. Caballero G" <jenkins-z4DKO/[email protected]> Mon, 23 Jul 2018 20:42:08 -0700 (PDT)
| Newsgroups | gmane.comp.web.zope.plone.cvs |
|---|---|
| Message-ID | <[email protected]> |
Repository: plone.app.modernizr Branch: refs/heads/master Date: 2018-07-19T10:02:59-04:00 Author: Leonardo J. Caballero G (macagua) <[email protected]> Commit: https://github.com/plone/plone.app.modernizr/commit/9e4844502bef0f8c8e95927221870e3e600bf043 Fixed Changelog file path from setup python module Files changed: M setup.py b'diff --git a/setup.py b/setup.py\nindex 7e87cdb..e461e48 100644\n--- a/setup.py\n+++ b/setup.py\n@@ -7,7 +7,7 @@\n version=version,\n description="Modernizr Javascript library registration in Plone",\n long_description=open("README.rst").read() + "\\n" +\n- open(os.path.join("docs", "HISTORY.txt")).read(),\n+ open("CHANGES.txt").read(),\n # Get more strings from\n # http://pypi.python.org/pypi?:action=list_classifiers\n classifiers=[\n' ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot