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 327819f + cbc3a98 commit ad40c66Copy full SHA for ad40c66
setup.py
@@ -11,11 +11,12 @@
11
setup(
12
name='pypatchmatch',
13
packages=['patchmatch'],
14
- version='0.1.1',
+ version='0.1.2',
15
url='https://github.com/invoke-ai/PyPatchMatch',
16
- python_requires='>=3.10',
+ python_requires='>=3.9',
17
install_requires=requirements,
18
description='This library implements the PatchMatch based inpainting algorithm.',
19
long_description=readme,
20
long_description_content_type="text/markdown",
21
+ package_data={'patchmatch': ['Makefile']},
22
)
0 commit comments