Merge pull request #1 from AsakuraMizu/master

This commit is contained in:
CodeCreator 2020-08-24 18:03:33 +08:00 committed by GitHub
commit 5ce65310b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

1
nonebot/py.typed Normal file
View File

@ -0,0 +1 @@

View File

@ -17,6 +17,7 @@ classifiers = [
"Operating System :: OS Independent",
"Programming Language :: Python :: 3"
]
include = ["nonebot/py.typed"]
[tool.poetry.dependencies]
python = "^3.7"