Mercurial > piecrust2
comparison 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 |
comparison
equal
deleted
inserted
replaced
587:d4a01a023998 | 588:b884bef3e611 |
---|---|
197 'Operating System :: Microsoft :: Windows', | 197 'Operating System :: Microsoft :: Windows', |
198 'Programming Language :: Python', | 198 'Programming Language :: Python', |
199 'Programming Language :: Python :: 3' | 199 'Programming Language :: Python :: 3' |
200 ], | 200 ], |
201 entry_points={'console_scripts': [ | 201 entry_points={'console_scripts': [ |
202 'chef = piecrust.main:main', | 202 'chef = piecrust.main:main' |
203 'foodtruck = foodtruck.main:main' | |
204 ]} | 203 ]} |
205 ) | 204 ) |
206 | 205 |