depth is important maybe?

This commit is contained in:
2021-03-24 11:16:02 +01:00
parent 35f3e33cfd
commit f960d43543
3 changed files with 2 additions and 2 deletions

View File

@@ -22,7 +22,7 @@ setuptools.setup(
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
],
package_dir={"": "src"},
packages=setuptools.find_packages(where="src"),
package_dir={"": "VaultDb"},
packages=setuptools.find_packages(where="VaultDb"),
python_requires=">=3.6",
)