Skip to content

Commit

Permalink
Merge branch 'feature/ghi-#8-setup' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
arcticicestudio committed Jan 7, 2017
2 parents 35584e0 + 34322df commit 4fad075
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions snowsaw/setup.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
from distutils.core import setup

setup(
name='snowsaw',
version='0.0.0',
packages=['', 'util', 'logging'],
package_dir={'': 'snowsaw'},
url='https://github.com/arcticicestudio/snowsaw',
license='MIT',
author='Arctic Ice Studio',
author_email='development@arcticicestudio.com',
description='A lightweight, plugin-driven and simple configurable dotfile bootstrapper.'
)

0 comments on commit 4fad075

Please sign in to comment.