[Checkins] SVN: Sandbox/chrism/eggcmf/2.1.0/setup.py Get the readme path right.

Chris McDonough chrism at plope.com
Mon Sep 24 19:18:41 EDT 2007


Log message for revision 79961:
  Get the readme path right.
  

Changed:
  U   Sandbox/chrism/eggcmf/2.1.0/setup.py

-=-
Modified: Sandbox/chrism/eggcmf/2.1.0/setup.py
===================================================================
--- Sandbox/chrism/eggcmf/2.1.0/setup.py	2007-09-24 23:14:30 UTC (rev 79960)
+++ Sandbox/chrism/eggcmf/2.1.0/setup.py	2007-09-24 23:18:41 UTC (rev 79961)
@@ -8,7 +8,7 @@
 
 from setuptools import setup, find_packages
 
-here = os.path.dirname(os.path.dirname(__file__))
+here = os.path.dirname(__file__)
 README = open(os.path.join(here, 'README.txt')).read()
 
 setup(



More information about the Checkins mailing list