Skip to content

Commit

Permalink
Added simple setup.py script
Browse files Browse the repository at this point in the history
  • Loading branch information
Bram Duvigneau authored and jefftriplett committed Jun 16, 2010
1 parent 18dfc11 commit 177854e
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions setup.py
@@ -0,0 +1,9 @@
from setuptools import setup, find_packages

setup(
name='django-podcast',
version='0.1dev',
description='Django podcast app',
packages=find_packages('.'),
classifiers = ['Frameword :: Django'],
)

0 comments on commit 177854e

Please sign in to comment.