aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@archive.org>2021-10-27 16:14:08 -0700
committerBryan Newbold <bnewbold@archive.org>2021-10-27 16:14:08 -0700
commitcd2541b1d39068e34a6507f9e01663d10f61e60a (patch)
tree2508e3e9ff561d194f6a5ce80e5be4185478757b
parent23458a69c2c7db89a66681843e4b9c7f643362c7 (diff)
downloadgrobid_tei_xml-cd2541b1d39068e34a6507f9e01663d10f61e60a.tar.gz
grobid_tei_xml-cd2541b1d39068e34a6507f9e01663d10f61e60a.zip
add py.typed file so other libraries know there are type annotations
-rw-r--r--grobid_tei_xml/py.typed0
-rw-r--r--setup.py3
2 files changed, 2 insertions, 1 deletions
diff --git a/grobid_tei_xml/py.typed b/grobid_tei_xml/py.typed
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/grobid_tei_xml/py.typed
diff --git a/setup.py b/setup.py
index d9f1176..a5d95b7 100644
--- a/setup.py
+++ b/setup.py
@@ -52,13 +52,14 @@ with open("README.md", "r") as fh:
long_description=long_description,
long_description_content_type="text/markdown",
url="https://gitlab.com/internetarchive/grobid_tei_xml",
- packages=setuptools.find_packages(),
classifiers=[
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.7",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
],
+ packages=setuptools.find_packages(),
+ package_data={"grobid_tei_xml": ["py.typed"]},
python_requires=">=3.7",
install_requires=[],
extras_require={"dev": [