Mercurial > piecrust2
comparison 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 |
comparison
equal
deleted
inserted
replaced
586:59268b4d8c71 | 587:d4a01a023998 |
---|---|
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' | |
203 ]} | 204 ]} |
204 ) | 205 ) |
205 | 206 |