diff --git a/setup.py b/setup.py index fab7747..6c20a3a 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ setup( name="paperetl", - version="2.3.0", + version="2.4.0", author="NeuML", description="ETL processes for medical and scientific papers", long_description=DESCRIPTION, @@ -21,7 +21,7 @@ license="Apache 2.0: http://www.apache.org/licenses/LICENSE-2.0", packages=find_packages(where="src/python"), package_dir={"": "src/python"}, - keywords="etl parse covid-19 medical scientific papers", + keywords="etl parse medical scientific papers", python_requires=">=3.9", install_requires=[ "beautifulsoup4>=4.8.1",