Skip to content

Commit 2d6f53a

Browse files
committed
Further cleanup.
1 parent 18366f3 commit 2d6f53a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ def main():
8989
[os.path.join("build", _mo_file)]))
9090

9191
# add docs
92-
data_files.append(include(os.path.join('share/doc/roundup/html'), '*'))
92+
data_files.append(include('share/doc/roundup/html', '*'))
9393

9494
# perform the setup action
9595
from roundup import __version__

0 commit comments

Comments
 (0)