initial commit

This commit is contained in:
ScuroNeko 2023-11-12 22:53:13 +03:00
parent fa3b4afa67
commit 23eb59965e
3 changed files with 10 additions and 3 deletions

4
.gitignore vendored
View File

@ -1,4 +1,6 @@
.vscode/
venv/
__pycache__/
tests/
tests/
dist/
*.egg-info/

View File

@ -0,0 +1,5 @@
## Building
`py -m build`
`twine upload dist/*`

View File

@ -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"