diff --git a/.gitignore b/.gitignore index deb9613..cbcd614 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,6 @@ .vscode/ venv/ __pycache__/ -tests/ \ No newline at end of file +tests/ +dist/ +*.egg-info/ \ No newline at end of file diff --git a/README.md b/README.md index e69de29..2035261 100644 --- a/README.md +++ b/README.md @@ -0,0 +1,5 @@ +## Building + +`py -m build` + +`twine upload dist/*` \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index a4eab46..18f97f8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] -name = "py-aiovk" -version = "0.0.1" +name = "pygidb" +version = "0.0.1a0" authors = [{ name="ScuroNeko" }] description = "Library for operating with Genshin Impact DB" readme = "README.md"