Skip to content

Commit

Permalink
Merge pull request #2 from invoke-ai/add-makefile-to-package
Browse files Browse the repository at this point in the history
Add makefile to package
  • Loading branch information
lstein committed Nov 27, 2022
2 parents 327819f + cbc3a98 commit ad40c66
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,12 @@
setup(
name='pypatchmatch',
packages=['patchmatch'],
version='0.1.1',
version='0.1.2',
url='https://github.com/invoke-ai/PyPatchMatch',
python_requires='>=3.10',
python_requires='>=3.9',
install_requires=requirements,
description='This library implements the PatchMatch based inpainting algorithm.',
long_description=readme,
long_description_content_type="text/markdown",
package_data={'patchmatch': ['Makefile']},
)

0 comments on commit ad40c66

Please sign in to comment.