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.
1 parent 161271e commit dfdce76Copy full SHA for dfdce76
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.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