From 35f3e33cfd8c1c270687b6b08d61943ab57d7098 Mon Sep 17 00:00:00 2001 From: bvanroll Date: Wed, 24 Mar 2021 09:52:27 +0100 Subject: [PATCH] idk man --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'],