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 8254946 commit 7bca9c2Copy full SHA for 7bca9c2
MANIFEST.in
@@ -1,2 +1,3 @@
1
include *.rst
2
recursive-include tests *.py
3
+include msrest/py.typed
msrest/py.typed
@@ -0,0 +1 @@
+# Marker file for PEP 561.
setup.py
@@ -53,6 +53,10 @@
53
"isodate>=0.6.0",
54
"certifi>=2017.4.17",
55
],
56
+ include_package_data=True,
57
+ package_data={
58
+ 'pytyped': ['py.typed'],
59
+ },
60
extras_require={
61
":python_version<'3.4'": ['enum34>=1.0.4'],
62
":python_version<'3.5'": ['typing'],
0 commit comments