You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was wondering if it might make sense to switch from scripts to entry_points console_scripts in setup.py. This is the more modern and preferred approach and recommended by PyPA nowadays.
Hi,
I was wondering if it might make sense to switch from
scriptstoentry_points console_scriptsin setup.py. This is the more modern and preferred approach and recommended by PyPA nowadays.Example:
Guide: https://packaging.python.org/guides/distributing-packages-using-setuptools/#scripts
Ref:
openai-python/setup.py
Line 25 in 62f8d40