Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,10 @@ classifiers = [
'Topic :: Software Development :: Documentation'
]
include = ['appmap.pth']
exclude = ['_appmap/wrapt']
exclude = [
'_appmap/wrapt',
'_appmap/test/data/*/appmap.yml'
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe all of _appmap/test would be fine?

]

packages = [
{ include = "appmap"}, {include = "_appmap" }, {include = "_appmap/wrapt", from = "vendor"}
Expand Down