add: typed marker (PEP561)

This commit is contained in:
eggplants
2022-03-03 17:34:59 +09:00
parent d6ef55020c
commit 3b31f93cfa
2 changed files with 4 additions and 0 deletions

View File

@@ -41,12 +41,16 @@ classifiers =
[options]
packages = find:
include-package-data = True
python_requires = >= 3.6
install_requires =
click
requests
urllib3
[options.package_data]
waybackpy = py.typed
[options.extras_require]
dev =
black

0
waybackpy/py.typed Normal file
View File