This commit is contained in:
utahta
2010-11-17 01:26:14 +09:00
parent 79278f78b3
commit 2c527f98e1
3 changed files with 116 additions and 1 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ import os
from setuptools import setup, find_packages
from pythonbrew.define import VERSION
README = os.path.join(os.path.dirname(__file__),'README.rst')
README = os.path.join(os.path.dirname(__file__),'PKG-INFO')
long_description = open(README).read() + "\n"
setup(name='pythonbrew',