Fixed README and HISTORY being installed to /usr

This commit is contained in:
Jason Piper
2014-01-09 22:52:08 +00:00
parent 50294ea2dc
commit 9324af95b2
-6
View File
@@ -11,8 +11,6 @@ except ImportError:
import clint
def publish():
"""Publish to PyPi"""
os.system("python setup.py sdist upload")
@@ -32,10 +30,6 @@ setup(
author='Kenneth Reitz',
author_email='me@kennethreitz.com',
url='https://github.com/kennethreitz/clint',
data_files=[
'README.rst',
'HISTORY.rst',
],
packages= [
'clint',
'clint.textui',