Skip to content

Commit

Permalink
update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Kilo59 committed Mar 23, 2023
1 parent db5573c commit a1cf159
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ def get_extras_require():
"entry_points": {
"console_scripts": ["great_expectations=great_expectations.cli:main"]
},
"package_data": {"great_expectations": ["py.typed", "**/*.pyi"]},
"package_data": {"great_expectations": ["**/py.typed", "**/*.pyi"]},
"name": "great_expectations",
"long_description": long_description,
"license": "Apache-2.0",
Expand Down

0 comments on commit a1cf159

Please sign in to comment.