Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
mar10 committed Mar 19, 2020
1 parent f660b41 commit 6b75e47
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,8 @@ def run(self):
"package_data": {
# If any package contains *.txt files, include them:
# "": ["*.css", "*.html", "*.ico", "*.js"],
# "wsgidav.dir_browser": ["htdocs/*.*"]
"": ["*.tmpl"],
"stressor.monitor": ["htdocs/*.*"],
},
"install_requires": install_requires,
"setup_requires": setup_requires,
Expand Down
Empty file added stressor/convert/__init__.py
Empty file.

0 comments on commit 6b75e47

Please sign in to comment.