cleanup from all the testing and refactoring the name :^)

This commit is contained in:
2021-03-24 11:33:06 +01:00
parent 577d112b89
commit 493d13f779
3 changed files with 1 additions and 49 deletions

View File

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