mirror of
https://github.com/bvanroll/python-vault-db.git
synced 2025-08-29 03:52:40 +00:00
versioning fix :)
This commit is contained in:
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