← Back to team overview

maas-devel team mailing list archive

[Merge] lp:~julian-edwards/maas/fix-setup into lp:maas

 

Julian Edwards has proposed merging lp:~julian-edwards/maas/fix-setup into lp:maas.

Requested reviews:
  MaaS Developers (maas-devel)

For more details, see:
https://code.launchpad.net/~julian-edwards/maas/fix-setup/+merge/88909

Add missing hashbang and copyright string to setup.py
-- 
https://code.launchpad.net/~julian-edwards/maas/fix-setup/+merge/88909
Your team MaaS Developers is requested to review the proposed merge of lp:~julian-edwards/maas/fix-setup into lp:maas.
=== modified file 'setup.py'
--- setup.py	2012-01-16 08:33:18 +0000
+++ setup.py	2012-01-17 17:59:28 +0000
@@ -1,3 +1,9 @@
+#!/usr/bin/env python
+# Copyright 2012 Canonical Ltd.  This software is licensed under the
+# GNU Affero General Public License version 3 (see the file LICENSE).
+
+"""Distutils installer for maas."""
+
 import os
 from setuptools import setup, find_packages
 


Follow ups