Skip to content

Commit

Permalink
added initial distutils setup file
Browse files Browse the repository at this point in the history
  • Loading branch information
nikcub committed Apr 7, 2011
1 parent e0d7c1f commit 0a71bd6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
from distutils.core import setup
setup(name='py-diffbot',
version='0.0.1',
py_modules=['urllib'],
)

0 comments on commit 0a71bd6

Please sign in to comment.