mirror of
https://github.com/bvanroll/python-vault-db.git
synced 2025-08-29 20:12:43 +00:00
Compare commits
4 Commits
Author | SHA1 | Date | |
---|---|---|---|
577d112b89 | |||
3cf1fa2dbd | |||
f960d43543 | |||
35f3e33cfd |
2
setup.py
2
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'],
|
||||
|
Reference in New Issue
Block a user