add setup.py MANIFEST.in

This commit is contained in:
utahta
2010-11-17 00:49:42 +09:00
parent a696654e64
commit 79278f78b3
7 changed files with 54 additions and 22 deletions
+1 -1
View File
@@ -36,6 +36,6 @@ class InstallCommand(Command):
# Install Python
PythonInstaller(args[0], options).install()
else:
logger.error("Package not found.")
logger.info("Unknown python version.")
InstallCommand()