diff setup.py @ 588:b884bef3e611

admin: New `admin` command to manage FoodTruck-related things. Remove old FoodTruck command and packaging.
author Ludovic Chabant <ludovic@chabant.com>
date Sun, 17 Jan 2016 21:44:41 -0800
parents d4a01a023998
children a04288f199a5
line wrap: on
line diff
--- a/setup.py	Sat Jan 16 14:24:35 2016 -0800
+++ b/setup.py	Sun Jan 17 21:44:41 2016 -0800
@@ -199,8 +199,7 @@
             'Programming Language :: Python :: 3'
             ],
         entry_points={'console_scripts': [
-            'chef = piecrust.main:main',
-            'foodtruck = foodtruck.main:main'
+            'chef = piecrust.main:main'
             ]}
         )