From 91bafb6781fdae0b850deb7096ff353806cab0c9 Mon Sep 17 00:00:00 2001 From: Moises Lopez Date: Tue, 20 Oct 2015 21:07:24 -0500 Subject: [PATCH 1/3] [REF] setup.cfg: Enable ChangeLog --- setup.cfg | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index 9efe7944..f0d55324 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,9 +1,13 @@ [metadata] name = pylint-odoo -author = OCA - Odoo Community Association +author = Odoo Community Association (OCA) +author_email = support@odoo-community.org summary = Pylint plugin for Odoo license = APGL3 -description-file = README.rst +home_page = https://github.com/OCA/pylint-odoo +description-file = + README.rst + ChangeLog requires-python = >=2.7 classifier = Development Status :: 4 - Beta From bc3a170911a8e30ec5d21cad4b1533af6432612d Mon Sep 17 00:00:00 2001 From: Moises Lopez Date: Sat, 31 Oct 2015 14:50:27 -0500 Subject: [PATCH 2/3] [ADD] ChangeLog: Empty file to support auto build --- ChangeLog | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 ChangeLog diff --git a/ChangeLog b/ChangeLog new file mode 100644 index 00000000..e69de29b From e59ec1434b8fafba928d004933d8a638262e345a Mon Sep 17 00:00:00 2001 From: Moises Lopez Date: Sat, 31 Oct 2015 18:59:14 -0500 Subject: [PATCH 3/3] [FIX] setup: Build ChangeLog file --- .travis.yml | 1 + ChangeLog | 1 + 2 files changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 7def2d1f..1083fb33 100644 --- a/.travis.yml +++ b/.travis.yml @@ -37,6 +37,7 @@ script: after_success: - coveralls - coverage report -m + - python setup.py sdist # Build ChangeLog file from git log deploy: provider: pypi diff --git a/ChangeLog b/ChangeLog index e69de29b..997b4704 100644 --- a/ChangeLog +++ b/ChangeLog @@ -0,0 +1 @@ +# See change log in https://pypi.python.org/pypi/pylint-odoo