Skip to content

Commit ad40c66

Browse files
authored
Merge pull request #2 from invoke-ai/add-makefile-to-package
Add makefile to package
2 parents 327819f + cbc3a98 commit ad40c66

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

setup.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,12 @@
1111
setup(
1212
name='pypatchmatch',
1313
packages=['patchmatch'],
14-
version='0.1.1',
14+
version='0.1.2',
1515
url='https://github.com/invoke-ai/PyPatchMatch',
16-
python_requires='>=3.10',
16+
python_requires='>=3.9',
1717
install_requires=requirements,
1818
description='This library implements the PatchMatch based inpainting algorithm.',
1919
long_description=readme,
2020
long_description_content_type="text/markdown",
21+
package_data={'patchmatch': ['Makefile']},
2122
)

0 commit comments

Comments
 (0)