diff --git a/dataretrieval/py.typed b/dataretrieval/py.typed new file mode 100644 index 00000000..8b137891 --- /dev/null +++ b/dataretrieval/py.typed @@ -0,0 +1 @@ + diff --git a/setup.py b/setup.py index 60684932..3630daf3 100644 --- a/setup.py +++ b/setup.py @@ -1,3 +1,5 @@ from setuptools import setup -setup() +setup( + package_data={"dataretrieval": ["py.typed"]} +) \ No newline at end of file