We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1cab726 + f19110a commit c5731f5Copy full SHA for c5731f5
keg_storage/py.typed
@@ -0,0 +1 @@
1
+# See: https://www.python.org/dev/peps/pep-0561/
setup.py
@@ -26,8 +26,9 @@
26
'Programming Language :: Python :: 3.7',
27
],
28
license='BSD',
29
+ package_data={'keg_storage': ['py.typed']},
30
packages=find_packages(),
- zip_safe=True,
31
+ zip_safe=False,
32
version=version['VERSION'],
33
install_requires=[
34
'arrow',
0 commit comments