Skip to content

Commit

Permalink
version = { attr = "speech_recognition.__init__.__version__" }
Browse files Browse the repository at this point in the history
  • Loading branch information
cclauss committed Nov 11, 2024
1 parent 7e27511 commit e5610ce
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ jobs:
- name: Run flake8
run: |
# ignore errors for long lines and multi-statement lines
python -m flake8 --ignore=E501,E701,W503 speech_recognition tests examples setup.py
python -m flake8 --ignore=E501,E701,W503 speech_recognition tests examples
1 change: 1 addition & 0 deletions .github/workflows/unittests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ jobs:
- name: Install Python dependencies on macOS
if: runner.os == 'macOS'
run: |
brew install portaudio
python -m pip install .[dev,audio]
- name: Install Python dependencies (Windows)
if: runner.os == 'Windows'
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -73,4 +73,4 @@ include-package-data = true
exclude = [ "tests.*" ] # test
namespaces = false
[tool.setuptools.dynamic]
version = { attr = "speech_recognition.__version__" }
version = { attr = "speech_recognition.__init__.__version__" }

0 comments on commit e5610ce

Please sign in to comment.