Skip to content

Commit 4166fdd

Browse files
steinitzusamuelcolvin
authored andcommitted
Add py.typed file (#163)
* Add py.typed * Add HISTORY entry * tweak history * tweak history ... again
1 parent feb954d commit 4166fdd

File tree

3 files changed

+5
-0
lines changed

3 files changed

+5
-0
lines changed

HISTORY.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
History
44
-------
55

6+
v0.18.4 (unreleased)
7+
....................
8+
* Add ``py.typed`` file to tell mypy the package has type hints, #163
9+
610
v0.18.3 (2019-11-13)
711
....................
812
* Include ``queue_name`` when for job object in response to ``enqueue_job``, #160

arq/py.typed

Whitespace-only changes.

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@
4545
url='https://github.com/samuelcolvin/arq',
4646
license='MIT',
4747
packages=['arq'],
48+
package_data={'arq': ['py.typed']},
4849
zip_safe=True,
4950
entry_points="""
5051
[console_scripts]

0 commit comments

Comments
 (0)