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/ .vscode/
venv/ venv/
__pycache__/ __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] [project]
name = "py-aiovk" name = "pygidb"
version = "0.0.1" version = "0.0.1a0"
authors = [{ name="ScuroNeko" }] authors = [{ name="ScuroNeko" }]
description = "Library for operating with Genshin Impact DB" description = "Library for operating with Genshin Impact DB"
readme = "README.md" readme = "README.md"