Skip to content

Commit

Permalink
Merge pull request #29 from syrusakbary/implement-py-typed
Browse files Browse the repository at this point in the history
Add py.typed
  • Loading branch information
markedwards committed Nov 15, 2022
2 parents b07ca57 + a6631d7 commit be695a3
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
File renamed without changes.
Empty file added aiodataloader/py.typed
Empty file.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ exclude = test_*,scripts,setup.py,docs
max-line-length = 120

[mypy]
files = aiodataloader.py, test_aiodataloader.py
files = aiodataloader/*, test_aiodataloader.py
follow_imports = silent
ignore_missing_imports = True
strict = True
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ def get_version(filename):
raise RuntimeError("Unable to find version string.")


version = get_version('aiodataloader.py')
version = get_version('aiodataloader/__init__.py')

tests_require = [
'pytest>=3.6', 'pytest-cov', 'coveralls', 'mock', 'pytest-asyncio'
Expand Down

0 comments on commit be695a3

Please sign in to comment.