Skip to content

Commit c59bfbd

Browse files
committed
build: add vendored package to setup.py.
It wasn't being installed.
1 parent 8f9b5ee commit c59bfbd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@ def main():
105105
packages = [
106106
'roundup',
107107
'roundup.anypy',
108+
'roundup.anypy.vendored',
108109
'roundup.cgi',
109110
'roundup.cgi.PageTemplates',
110111
'roundup.cgi.TAL',

0 commit comments

Comments
 (0)