style cleanup
[p2pool.git] / setup.py
index 3075478..f0204d5 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -3,7 +3,7 @@ from distutils.core import setup
 try:
     import py2exe
 except ImportError:
-    print "missing py2exe"
+    print 'missing py2exe'
 
 
 setup(name='p2pool',
@@ -13,5 +13,5 @@ setup(name='p2pool',
     author_email='forrest@forre.st',
     url='http://p2pool.forre.st/',
     
-    console=['main.py'],
+    console=['run_p2pool.py'],
 )