Skip to content

Commit

Permalink
Add wheel_exclude_patterns to LoadedConfig
Browse files Browse the repository at this point in the history
  • Loading branch information
cjmayo committed Aug 26, 2024
1 parent a9fc344 commit b758159
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions flit_core/flit_core/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -266,6 +266,7 @@ def __init__(self):
self.referenced_files = []
self.sdist_include_patterns = []
self.sdist_exclude_patterns = []
self.wheel_exclude_patterns = []
self.dynamic_metadata = []
self.data_directory = None

Expand Down

0 comments on commit b758159

Please sign in to comment.