We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18366f3 commit 2d6f53aCopy full SHA for 2d6f53a
setup.py
@@ -89,7 +89,7 @@ def main():
89
[os.path.join("build", _mo_file)]))
90
91
# add docs
92
- data_files.append(include(os.path.join('share/doc/roundup/html'), '*'))
+ data_files.append(include('share/doc/roundup/html', '*'))
93
94
# perform the setup action
95
from roundup import __version__
0 commit comments