diff options
-rw-r--r-- | setup.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -8,6 +8,7 @@ with open("README.md", "r") as fh: setuptools.setup( name="grobid_tei_xml", version=__version__, + python_requires=">=3.7", author="Bryan Newbold", author_email="bnewbold@archive.org", description="parser and transforms for GROBID-flavor TEI-XML", |