mirror of
https://github.com/bvanroll/python-vault-db.git
synced 2025-08-29 03:52:40 +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",
|
"License :: OSI Approved :: MIT License",
|
||||||
"Operating System :: OS Independent",
|
"Operating System :: OS Independent",
|
||||||
],
|
],
|
||||||
package_dir={"": "src"},
|
package_dir={"": "VaultDb"},
|
||||||
packages=setuptools.find_packages(where="src"),
|
packages=setuptools.find_packages(where="VaultDb"),
|
||||||
python_requires=">=3.6",
|
python_requires=">=3.6",
|
||||||
)
|
)
|
||||||
|
Reference in New Issue
Block a user