diff options
| author | Chris McDonough <chrism@agendaless.com> | 2008-07-19 02:14:10 +0000 |
|---|---|---|
| committer | Chris McDonough <chrism@agendaless.com> | 2008-07-19 02:14:10 +0000 |
| commit | b5c35e4303f6af41cec2a81169b6722c42359406 (patch) | |
| tree | dc8da79f82e43f6941640c2b5dd4c78d239ad2a5 /setup.py | |
| parent | c42a5844612d8033016d3a4b9c0726ae5bde12c9 (diff) | |
| download | pyramid-b5c35e4303f6af41cec2a81169b6722c42359406.tar.gz pyramid-b5c35e4303f6af41cec2a81169b6722c42359406.tar.bz2 pyramid-b5c35e4303f6af41cec2a81169b6722c42359406.zip | |
Add a paster template.
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -56,6 +56,7 @@ setup(name='repoze.bfg', 'Paste', 'z3c.pt', 'FormEncode', + 'PasteScript', ], tests_require=[ 'zope.interface', @@ -66,11 +67,14 @@ setup(name='repoze.bfg', 'Paste', 'z3c.pt', 'FormEncode', + 'PasteScript', 'Sphinx', 'docutils', ], test_suite="repoze.bfg.tests", entry_points = """\ + [paste.paster_create_template] + bfg=repoze.bfg.paster:BFGProjectTemplate """ ) |
