diff setup.py @ 587:d4a01a023998

admin: Add "FoodTruck" admin panel from the side experiment project.
author Ludovic Chabant <ludovic@chabant.com>
date Sat, 16 Jan 2016 14:24:35 -0800
parents 9fb7c4921d75
children b884bef3e611
line wrap: on
line diff
--- a/setup.py	Sun Jan 10 10:51:11 2016 -0800
+++ b/setup.py	Sat Jan 16 14:24:35 2016 -0800
@@ -200,6 +200,7 @@
             ],
         entry_points={'console_scripts': [
             'chef = piecrust.main:main',
+            'foodtruck = foodtruck.main:main'
             ]}
         )