Skip to content

Commit

Permalink
[bugfix] twine upload failed: The name isn't allowed
Browse files Browse the repository at this point in the history
  • Loading branch information
ftnext committed Dec 4, 2022
1 parent 9724c1f commit 6474bf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def run(self):


setup(
name="speech-recognition",
name="SpeechRecognition",
version=speech_recognition.__version__,
packages=["speech_recognition"],
include_package_data=True,
Expand Down

0 comments on commit 6474bf7

Please sign in to comment.