4 Commits

Author SHA1 Message Date
577d112b89 src dir gebruikt nu en we skippen 0.0.10 2021-03-24 11:27:09 +01:00
3cf1fa2dbd it's been a second 2021-03-24 11:21:17 +01:00
f960d43543 depth is important maybe? 2021-03-24 11:16:02 +01:00
35f3e33cfd idk man 2021-03-24 09:52:27 +01:00
3 changed files with 1 additions and 1 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", # Replace with your own username
name="VaultDb",
version="0.0.1",
version_config=True,
setup_requires=['setuptools-git-versioning'],