Duplicated from Realcat/image-matching-webui
62c7319
1
2
3
4
5
6
7
8
9
10
from setuptools import setup, find_packages setup( name="dkm", packages=find_packages(include=("dkm*",)), version="0.3.0", author="Johan Edstedt", install_requires=open("requirements.txt", "r").read().split("\n"), )