diff --git a/setup.py b/setup.py index b902ba7..531ff21 100644 --- a/setup.py +++ b/setup.py @@ -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'],