comparison examples/turbogears/setup.py @ 110:44fbc30d78cd

update the example TurboGears app and include an example of using TurboGears wigets
author mgood
date Fri, 28 Jul 2006 18:57:55 +0000
parents f8612f05af99
children 24757b771651
comparison
equal deleted inserted replaced
109:2de3f9d84a1c 110:44fbc30d78cd
15 #url=url, 15 #url=url,
16 #download_url=download_url, 16 #download_url=download_url,
17 #license=license, 17 #license=license,
18 18
19 install_requires = [ 19 install_requires = [
20 "TurboGears >= 0.9a7dev-r1517", 20 "TurboGears >= 0.9a9dev-r1686",
21 ], 21 ],
22 scripts = ["start-markuptest.py"], 22 scripts = ["start-markuptest.py"],
23 zip_safe=False, 23 zip_safe=False,
24 packages=find_packages(), 24 packages=find_packages(),
25 package_data = find_package_data(where='markuptest', 25 package_data = find_package_data(where='markuptest',
Copyright (C) 2012-2017 Edgewall Software