Adds rst readme for pypi.

This commit is contained in:
2012-05-26 16:21:06 +02:00
parent b51f521bd1
commit cc28e82484
4 changed files with 253 additions and 2 deletions

View File

@@ -43,7 +43,6 @@ def read(fname):
return open(os.path.join(os.path.dirname(__file__), fname)).read()
haar_files = find_data_files('facemovie','',['haarcascades/*.xml'])
print haar_files
setup(
name = "Facemovie",