We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent feb954d commit 4166fddCopy full SHA for 4166fdd
HISTORY.rst
@@ -3,6 +3,10 @@
3
History
4
-------
5
6
+v0.18.4 (unreleased)
7
+....................
8
+* Add ``py.typed`` file to tell mypy the package has type hints, #163
9
+
10
v0.18.3 (2019-11-13)
11
....................
12
* Include ``queue_name`` when for job object in response to ``enqueue_job``, #160
arq/py.typed
setup.py
@@ -45,6 +45,7 @@
45
url='https://github.com/samuelcolvin/arq',
46
license='MIT',
47
packages=['arq'],
48
+ package_data={'arq': ['py.typed']},
49
zip_safe=True,
50
entry_points="""
51
[console_scripts]
0 commit comments