Skip to content

Commit dcef629

Browse files
committed
Change name of installed frontends/Zope to frontends/Zroundup
Match existing doc and better identifcation when directory copied to zope config.
1 parent b96b1a6 commit dcef629

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

CHANGES.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,10 @@ Fixed:
8888
processes. Defense against child process starting from detector
8989
and becoming a zombie when its roundup-server instance exits.
9090
(John Rouillard)
91+
- Move installed frontend/Zope back to frontend/ZRoundup
92+
directory. This better identifies the directory when copied into
93+
the Zope framework. It also matches existing
94+
documentation. (John Rouilard)
9195

9296
Features:
9397

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -125,9 +125,9 @@ def main():
125125
data_files = [
126126
('share/roundup/cgi-bin', ['frontends/roundup.cgi']),
127127
('share/roundup/frontends', ['frontends/wsgi.py']),
128-
('share/roundup/frontends/Zope', Zope['module']),
129-
('share/roundup/frontends/Zope/icons', Zope['icons']),
130-
('share/roundup/frontends/Zope/dtml', Zope['dtml'])
128+
('share/roundup/frontends/ZRoundup', Zope['module']),
129+
('share/roundup/frontends/ZRoundup/icons', Zope['icons']),
130+
('share/roundup/frontends/ZRoundup/dtml', Zope['dtml'])
131131
]
132132
# install man pages on POSIX platforms
133133
if os.name == 'posix':

0 commit comments

Comments
 (0)