ok, now we use testpypi

This commit is contained in:
2021-03-23 13:16:59 +01:00
parent b4a378d6e0
commit f6550a28bb
3 changed files with 39 additions and 3 deletions

View File

@@ -4,7 +4,7 @@ with open("README.md", "r", encoding="utf-8") as fh:
long_description = fh.read()
setuptools.setup(
name="vaultdatabaseengine-bvanroll", # Replace with your own username
name="vault-db-bvanroll", # Replace with your own username
version="0.0.1",
author="Beppe Vanrolleghem",
author_email="beppe.vanrolleghem@gmail.com",
@@ -23,4 +23,4 @@ setuptools.setup(
package_dir={"": "vaultdatabaseengine"},
packages=setuptools.find_packages(where="src"),
python_requires=">=3.6",
)
)