*try to fix grbl version bug (No such file or directory: 'src/octoprint/util/grblVersionRequirement.yml') with change in setup.py and moving of grblVersionRequirement.yml and grbl.hex into new grbl folder
This commit is contained in:
parent
d714e907c5
commit
bc4e0f2e35
3 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
|
@ -120,7 +120,7 @@ def params():
|
|||
"": "src"
|
||||
}
|
||||
package_data = {
|
||||
"octoprint": octoprint_setuptools.package_data_dirs('src/octoprint', ['static', 'templates', 'plugins', 'translations'])
|
||||
"octoprint": octoprint_setuptools.package_data_dirs('src/octoprint', ['static', 'templates', 'plugins', 'translations', 'grbl'])
|
||||
}
|
||||
|
||||
include_package_data = True
|
||||
|
|
|
|||
Loading…
Reference in a new issue