Skip to content

Commit

Permalink
Flake fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmtroffaes committed Jul 28, 2021
1 parent eb60006 commit 42cadb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ def plugin(plugin_name: str, mod_name: Optional[str] = None):
],
platforms='any',
packages=find_packages('src'),
package_dir = {'': 'src'},
package_dir={'': 'src'},
include_package_data=True,
python_requires='>=3.6',
install_requires=requires,
Expand Down

0 comments on commit 42cadb9

Please sign in to comment.