add: typed marker (PEP561) (#167)

This commit is contained in:
eggplants 2022-03-03 22:35:43 +09:00 committed by GitHub
parent 3ed2170a32
commit 48dcda8020
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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