Skip to content

Commit

Permalink
add: typed marker (PEP561) (#167)
Browse files Browse the repository at this point in the history
  • Loading branch information
eggplants authored Mar 3, 2022
1 parent 3ed2170 commit 48dcda8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Empty file added waybackpy/py.typed
Empty file.

0 comments on commit 48dcda8

Please sign in to comment.