Skip to content

Commit

Permalink
Merge pull request #358 from allcaps/package-mollie
Browse files Browse the repository at this point in the history
Include mollie and nothing else
  • Loading branch information
geertjanvdenbosch authored Aug 22, 2024
2 parents 1b3a976 + 5aa259a commit 5318b9e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
include LICENSE.txt README.md
recursive-include mollie *.py
prune examples
prune tests
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def get_version():
license="BSD",
long_description=get_long_description(),
long_description_content_type="text/markdown",
packages=find_packages(),
packages=find_packages(include=["mollie", "mollie.*"]),
include_package_data=True,
package_data={
"mollie": ["py.typed"],
Expand Down

0 comments on commit 5318b9e

Please sign in to comment.