Skip to content

Commit dc58324

Browse files
committed
setup
1 parent 6f01d4c commit dc58324

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ combine_as_imports=True
1717
ignore_missing_imports = true
1818
1919
[coverage:run]
20-
source = agave
20+
source = mongoengine_plus
2121
branch = True
2222
omit = tests/*,venv/*
2323

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
url='https://github.com/cuenca-mx/mongoengine-plus',
2323
packages=find_packages(),
2424
include_package_data=True,
25-
package_data=dict(agave=['py.typed']),
25+
package_data=dict(mongoengine_plus=['py.typed']),
2626
python_requires='>=3.8',
2727
install_requires=[
2828
'mongoengine>=0.20.0',

0 commit comments

Comments
 (0)