mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
Add Bot API parser and code-generator
This commit is contained in:
parent
5e9d4e55d9
commit
af2573dbee
15 changed files with 3242 additions and 1 deletions
2
setup.py
2
setup.py
|
|
@ -63,7 +63,7 @@ def get_requirements(filename=None):
|
|||
setup(
|
||||
name="aiogram",
|
||||
version=get_version(),
|
||||
packages=find_packages(exclude=("tests", "tests.*", "examples.*", "docs")),
|
||||
packages=find_packages(exclude=("tests", "tests.*", "examples.*", "docs", "generator")),
|
||||
url="https://github.com/aiogram/aiogram",
|
||||
license="MIT",
|
||||
author="Alex Root Junior",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue