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 a14f556 commit b204668Copy full SHA for b204668
setup.py
@@ -34,7 +34,9 @@
34
"maintainer_email": None,
35
"url": "https://github.com/MarketSquare/robotframework-browser",
36
"packages": packages,
37
+ "package_dir": {"": "."},
38
"package_data": package_data,
39
+ "include_package_data": True,
40
"install_requires": install_requires,
41
"extras_require": {
42
"tidy": ["robotframework-tidy>=4.9.0"]
0 commit comments