Skip to content
This repository has been archived by the owner on Oct 19, 2020. It is now read-only.

Commit

Permalink
Added setup.py.
Browse files Browse the repository at this point in the history
  • Loading branch information
technicalpickles authored and drewcrawford committed Aug 27, 2010
1 parent 2319716 commit e0c8866
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
@@ -0,0 +1,3 @@
build
dist
Phone_Pipe.egg-info/
8 changes: 8 additions & 0 deletions setup.py
@@ -0,0 +1,8 @@
#!/usr/bin/env python
from setuptools import setup, find_packages
setup(
name = 'Phone-Pipe',
version = '0.1',
install_requires = ['simplejson'],
scripts = ['phone'],
)

0 comments on commit e0c8866

Please sign in to comment.