aboutsummaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
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