We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae6d406 commit a4448baCopy full SHA for a4448ba
setup.py
@@ -2,5 +2,5 @@
2
3
setup(
4
name="matt",
5
- packages=find_packages(),
+ packages=find_packages(include=['matt', 'matt.*']),
6
)
0 commit comments