mirror of
https://github.com/bvanroll/python-vault-db.git
synced 2025-08-28 19:42:45 +00:00
depth is important maybe?
This commit is contained in:
4
setup.py
4
setup.py
@@ -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",
|
||||
)
|
||||
|
Reference in New Issue
Block a user