Code review comment for lp:~frankban/juju-quickstart/fix-manifest

Revision history for this message
Francesco Banconi (frankban) wrote :

Reviewers: mp+210781_code.launchpad.net,

Message:
Please take a look.

Description:
Add missing files to manifest.

https://code.launchpad.net/~frankban/juju-quickstart/fix-manifest/+merge/210781

(do not edit description out of merge proposal)

Please review this at https://codereview.appspot.com/75380044/

Affected files (+5, -1 lines):
   M MANIFEST.in
   A [revision details]
   M quickstart/__init__.py

Index: MANIFEST.in
=== modified file 'MANIFEST.in'
--- MANIFEST.in 2013-11-14 10:37:29 +0000
+++ MANIFEST.in 2014-03-13 11:56:58 +0000
@@ -17,8 +17,10 @@
  include COPYING
  include HACKING.rst
  include MANIFEST.in
+include Makefile
  include README.rst
  # Note: since the source requirements are dynamically generated parsing the
  # requirements.pip file, removing it from this list will break the source
  # distribution and therefore the Debian package builds. Do not do that.
  include requirements.pip
+include test-requirements.pip

Index: [revision details]
=== added file '[revision details]'
--- [revision details] 2012-01-01 00:00:00 +0000
+++ [revision details] 2012-01-01 00:00:00 +0000
@@ -0,0 +1,2 @@
+Old revision:
<email address hidden>
+New revision:
<email address hidden>

Index: quickstart/__init__.py
=== modified file 'quickstart/__init__.py'
--- quickstart/__init__.py 2014-03-12 10:10:21 +0000
+++ quickstart/__init__.py 2014-03-13 11:56:58 +0000
@@ -22,7 +22,7 @@
  from __future__ import unicode_literals

-VERSION = (1, 1, 2)
+VERSION = (1, 1, 3)

  def get_version():

« Back to merge proposal