mirror of
https://github.com/bvanroll/python-vault-db.git
synced 2025-08-30 04:22:51 +00:00
Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
5fd9987486 | |||
ed19d7468f |
3
TODO.md
Normal file
3
TODO.md
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
# TODO
|
||||||
|
|
||||||
|
1: add proper versioning (usage of tags during publish pipeline)
|
4
setup.py
4
setup.py
@@ -4,8 +4,10 @@ with open("README.md", "r", encoding="utf-8") as fh:
|
|||||||
long_description = fh.read()
|
long_description = fh.read()
|
||||||
|
|
||||||
setuptools.setup(
|
setuptools.setup(
|
||||||
name="vault-db-bvanroll", # Replace with your own username
|
name="VaultDb", # Replace with your own username
|
||||||
version="0.0.1",
|
version="0.0.1",
|
||||||
|
version_config=True,
|
||||||
|
setup_requires=['setuptools-git-versioning'],
|
||||||
author="Beppe Vanrolleghem",
|
author="Beppe Vanrolleghem",
|
||||||
author_email="beppe.vanrolleghem@gmail.com",
|
author_email="beppe.vanrolleghem@gmail.com",
|
||||||
description="A vault creds reader for the vault database engine",
|
description="A vault creds reader for the vault database engine",
|
||||||
|
Reference in New Issue
Block a user