github actions test 2 :)

This commit is contained in:
2021-03-23 13:02:43 +01:00
parent 4ac5d9db61
commit 7e356263b2
2 changed files with 1 additions and 1 deletions

View File

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