Update setup.py

Added  packages=find_packages() instead of hardcoding the packages
This commit is contained in:
Checker8763 2025-05-17 19:35:43 +02:00 committed by GitHub
parent 4acdb13d5b
commit 1f86cd6294
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ setup(name=name,
author="Joel Martin", author="Joel Martin",
author_email="github@martintribe.org", author_email="github@martintribe.org",
packages=['websockify'], packages=find_packages(),
include_package_data=True, include_package_data=True,
install_requires=[ install_requires=[
'numpy', 'requests', 'numpy', 'requests',