Fix: Make pip install -e . work properly by linking to ./src, not ./
This commit is contained in:
parent
24a020a5f0
commit
45cda586d2
1 changed files with 1 additions and 2 deletions
3
setup.py
3
setup.py
|
|
@ -113,8 +113,7 @@ def params():
|
|||
|
||||
packages = find_packages(where="src")
|
||||
package_dir = {
|
||||
"octoprint": "src/octoprint",
|
||||
"octoprint_setuptools": "src/octoprint_setuptools"
|
||||
"": "src"
|
||||
}
|
||||
package_data = {
|
||||
"octoprint": octoprint_setuptools.package_data_dirs('src/octoprint', ['static', 'templates', 'plugins', 'translations'])
|
||||
|
|
|
|||
Loading…
Reference in a new issue