Skip to content

Commit

Permalink
Add py.typed file
Browse files Browse the repository at this point in the history
  • Loading branch information
Akuli committed Apr 10, 2022
1 parent 76119a2 commit 26a9916
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
Empty file added schedule/py.typed
Empty file.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ def read_file(filename):
setup(
name="schedule",
packages=["schedule"],
package_data={"schedule": ["py.typed"]},
version=SCHEDULE_VERSION,
description="Job scheduling for humans.",
long_description=read_file("README.rst"),
Expand Down

0 comments on commit 26a9916

Please sign in to comment.