~stefanfoulis/djangorecipe/subdir

« back to all changes in this revision

Viewing changes to setup.py

  • Committer: jvloothuis
  • Date: 2009-06-13 16:56:49 UTC
  • Revision ID: jvloothuis-20090613165649-nun0q2u1vjmx0rz2
Tags: release-0.19
PreparingĀ forĀ release

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
 
3
3
from setuptools import setup, find_packages
4
4
 
5
 
version = '0.18'
 
5
version = '0.19'
6
6
 
7
7
def read_file(name):
8
8
    return open(os.path.join(os.path.dirname(__file__),