4 Commits
0.0.3 ... 0.0.5

Author SHA1 Message Date
5fd9987486 versioning fix :) 2021-03-23 13:48:56 +01:00
ed19d7468f todooooo 2021-03-23 13:25:04 +01:00
7e6cfab28e toch geen verbose :) 2021-03-23 13:23:00 +01:00
d8886090f6 verbose upload 2021-03-23 13:20:53 +01:00
2 changed files with 6 additions and 1 deletions

3
TODO.md Normal file
View File

@@ -0,0 +1,3 @@
# TODO
1: add proper versioning (usage of tags during publish pipeline)

View File

@@ -4,8 +4,10 @@ with open("README.md", "r", encoding="utf-8") as fh:
long_description = fh.read()
setuptools.setup(
name="vault-db-bvanroll", # Replace with your own username
name="VaultDb", # Replace with your own username
version="0.0.1",
version_config=True,
setup_requires=['setuptools-git-versioning'],
author="Beppe Vanrolleghem",
author_email="beppe.vanrolleghem@gmail.com",
description="A vault creds reader for the vault database engine",