-
Notifications
You must be signed in to change notification settings - Fork 3.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use entry_points console_scripts
#48
Comments
Holy moly, you had the exact same idea as me! I added platform-specific logic in order to detect the Windows 10 operating system and then use the Platform-specific logic isn't necessarily needed, however I figured we'd leave the Linux / Mac implementation unchanged for the time being. Here's my code: --
|
Haha that's great to hear! Since one of the key points of |
* rename snapshot to model in sdk (openai#48) * updating version
Hi,
I was wondering if it might make sense to switch from
scripts
toentry_points console_scripts
in 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
The text was updated successfully, but these errors were encountered: