aboutsummaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorMike Crute <mcrute@gmail.com>2010-07-09 20:29:01 -0400
committerMike Crute <mcrute@gmail.com>2010-07-09 20:29:01 -0400
commit3dffaf8cf611d0783203a76c641bde85f95a46be (patch)
tree8589862c3c69da12c0d5af2395f0ee9e3721b539 /setup.py
parente41afb1e9e0d26650f0ea30f3308c0bb471cc2c6 (diff)
downloadsnakeplan-3dffaf8cf611d0783203a76c641bde85f95a46be.tar.bz2
snakeplan-3dffaf8cf611d0783203a76c641bde85f95a46be.tar.xz
snakeplan-3dffaf8cf611d0783203a76c641bde85f95a46be.zip
Adding appropriate license headers.
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py13
1 files changed, 6 insertions, 7 deletions
diff --git a/setup.py b/setup.py
index 0598e9d..3f0bb9e 100755
--- a/setup.py
+++ b/setup.py
@@ -1,5 +1,11 @@
1#!/usr/bin/env python 1#!/usr/bin/env python
2# vim: set filencoding=utf8 2# vim: set filencoding=utf8
3"""
4SnakePlan Setup Script
5
6@author: Mike Crute (mcrute@gmail.com)
7@date: July 09, 2010
8"""
3 9
4# Licensed under the Apache License, Version 2.0 (the "License"); 10# Licensed under the Apache License, Version 2.0 (the "License");
5# you may not use this file except in compliance with the License. 11# you may not use this file except in compliance with the License.
@@ -13,13 +19,6 @@
13# See the License for the specific language governing permissions and 19# See the License for the specific language governing permissions and
14# limitations under the License. 20# limitations under the License.
15 21
16"""
17SnakePlan Setup Script
18
19@author: Mike Crute (mcrute@gmail.com)
20@organization: SoftGroup Interactive, Inc.
21@date: July 09, 2010
22"""
23 22
24import snakeplan 23import snakeplan
25from setuptools import setup, find_packages 24from setuptools import setup, find_packages