This commit is contained in:
2021-03-24 09:52:27 +01:00
parent afd725d5b4
commit 35f3e33cfd

View File

@@ -4,7 +4,7 @@ with open("README.md", "r", encoding="utf-8") as fh:
long_description = fh.read()
setuptools.setup(
name="VaultDb", # Replace with your own username
name="VaultDb",
version="0.0.1",
version_config=True,
setup_requires=['setuptools-git-versioning'],