Skip to content

Commit

Permalink
GHI-#8 Implement the "setup.py" file
Browse files Browse the repository at this point in the history
  • Loading branch information
arcticicestudio committed Jan 7, 2017
1 parent 37bbe62 commit 34322df
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 34322df

Please sign in to comment.