mirror of
https://github.com/kennethreitz-archive/python-build.git
synced 2026-06-05 23:30:18 +00:00
fixed
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user