Skip to content

Commit

Permalink
Do not include 'src' in installed package.
Browse files Browse the repository at this point in the history
  • Loading branch information
jmasukawa committed Apr 12, 2024
1 parent db7f8d2 commit d0a7a9e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
'urllib3',
'bleach',
],
packages=find_packages(),
packages=find_packages(exclude=("src.*", "src")),
license='Apache 2.0')
2 changes: 1 addition & 1 deletion src/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
'urllib3',
'bleach',
],
packages=find_packages(),
packages=find_packages(exclude=("src.*", "src")),
license='Apache 2.0')

0 comments on commit d0a7a9e

Please sign in to comment.