Skip to content

Commit

Permalink
fix: add utils package to fix import errors (#175)
Browse files Browse the repository at this point in the history
  • Loading branch information
rgonalo committed Jun 8, 2020
1 parent c235788 commit 34b4184
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Expand Up @@ -43,7 +43,8 @@ def get_long_description():
setup(
name='toolium',
version=read_file('VERSION').strip(),
packages=['toolium', 'toolium.pageobjects', 'toolium.pageelements', 'toolium.lettuce', 'toolium.behave'],
packages=['toolium', 'toolium.pageobjects', 'toolium.pageelements', 'toolium.lettuce', 'toolium.behave',
'toolium.utils'],
package_data={'': ['resources/VisualTestsTemplate.html', 'resources/VisualTests.js', 'resources/VisualTests.css']},
install_requires=read_file('requirements.txt').splitlines(),
setup_requires=['pytest-runner'],
Expand Down

0 comments on commit 34b4184

Please sign in to comment.