diff --git a/setup.cfg b/setup.cfg index d298126..33bb2eb 100644 --- a/setup.cfg +++ b/setup.cfg @@ -17,7 +17,7 @@ combine_as_imports=True ignore_missing_imports = true [coverage:run] -source = agave +source = mongoengine_plus branch = True omit = tests/*,venv/* diff --git a/setup.py b/setup.py index 2a9476d..4cf608f 100644 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ url='https://github.com/cuenca-mx/mongoengine-plus', packages=find_packages(), include_package_data=True, - package_data=dict(agave=['py.typed']), + package_data=dict(mongoengine_plus=['py.typed']), python_requires='>=3.8', install_requires=[ 'mongoengine>=0.20.0',