~danfairs/djangorecipe/extra-settings

« back to all changes in this revision

Viewing changes to setup.py

  • Committer: Jeroen Vloothuis
  • Date: 2009-01-14 17:23:28 UTC
  • Revision ID: jvloothuis@jvloothuis-laptop-20090114172328-56nz484k34d94tm4
Applied the patch from Chris Shenton to add support for .pth files. Also
added a test to make sure this new behaviour keeps working.

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.14'
 
5
version = '0.15'
6
6
 
7
7
def read_file(name):
8
8
    return open(os.path.join(os.path.dirname(__file__),