Skip to content
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

Add package metadata to setup.py #315

Merged
merged 1 commit into from
Oct 17, 2022
Merged

Conversation

brainwane
Copy link
Contributor

Add project summary, license, etc. to whisper project metadata for display when using "pip show" and similar Python package distribution tools.

@jongwook
Copy link
Collaborator

This is a great idea but seems like there're some syntax errors. Can you make sure python setup.py install runs fine? Would also appreciate if the spaces around = are deleted while doing so. Thanks!

Add project summary, license, etc. for display with
"pip show" and similar Python package distribution tools.
@brainwane
Copy link
Contributor Author

Whoops! Thanks for the catch. Fixed. Verified that python setup.py install works fine, as does pip install. The metadata now shows up as:

$ pip show whisper
Name: whisper
Version: 1.0
Summary: Robust Speech Recognition via Large-Scale Weak Supervision
Home-page: https://github.com/openai/whisper
Author: OpenAI
Author-email: 
License: MIT
Location: [redacted; location on my machine]
Requires: ffmpeg-python, more-itertools, numpy, torch, tqdm, transformers
Required-by: 

@jongwook jongwook merged commit 7f3e408 into openai:main Oct 17, 2022
pessimal pushed a commit to pessimal/whisper-for-low-vram that referenced this pull request Oct 25, 2022
Add project summary, license, etc. for display with
"pip show" and similar Python package distribution tools.
ilanit1997 pushed a commit to ilanit1997/whisper that referenced this pull request May 16, 2023
Add project summary, license, etc. for display with
"pip show" and similar Python package distribution tools.
linsen20220222 pushed a commit to zebra-media/whisper that referenced this pull request Nov 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants