We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1b3a976 + 5aa259a commit 5318b9eCopy full SHA for 5318b9e
MANIFEST.in
@@ -1,4 +1 @@
1
include LICENSE.txt README.md
2
-recursive-include mollie *.py
3
-prune examples
4
-prune tests
setup.py
@@ -30,7 +30,7 @@ def get_version():
30
license="BSD",
31
long_description=get_long_description(),
32
long_description_content_type="text/markdown",
33
- packages=find_packages(),
+ packages=find_packages(include=["mollie", "mollie.*"]),
34
include_package_data=True,
35
package_data={
36
"mollie": ["py.typed"],
0 commit comments