remove redundant scripts arg from setup.py

This commit is contained in:
Lincoln Stein 2022-11-25 03:03:24 +00:00
parent 461358bdde
commit 964e584bd3

View File

@ -49,7 +49,6 @@ setup(
packages=find_packages(exclude=['tests.*']),
install_requires=_get_requirements('installer/requirements.in'),
dependency_links=['https://download.pytorch.org/whl/torch_stable.html'],
scripts=['scripts/invoke.py', 'scripts/configure_invokeai.py', 'scripts/sd-metadata.py'],
data_files=[('frontend', frontend_files)],
python_requires='>=3.8, <4',
classifiers=[