Skip to content

Commit

Permalink
setup
Browse files Browse the repository at this point in the history
  • Loading branch information
rogelioLpz committed Apr 30, 2021
1 parent 6f01d4c commit dc58324
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ combine_as_imports=True
ignore_missing_imports = true
[coverage:run]
source = agave
source = mongoengine_plus
branch = True
omit = tests/*,venv/*
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit dc58324

Please sign in to comment.