Skip to content

Commit

Permalink
Merge branch 'master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
dougransom authored Nov 30, 2024
2 parents a4c178e + 8cfbc5c commit d819376
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,15 @@ requires = ["flit_core >=2,<4"]
build-backend = "flit_core.buildapi"
[project]
dependencies=[
"dtactions~=1.6.4.dev3"
"dtactions~=1.6.4.dev3",
"natlinkcore >= 5.4.1"
]
requires-python = ">=3.10"
name='vocola2'
authors=[{name="Rick Mohr",email="[email protected]"}, {name = "Mark Lillibridge", email= "[email protected]"}]
version="3.1.7.dev2"
authors = [{name = "Mark Lillibridge", email = "[email protected]"}]
version="3.1.10.dev2"
description="Vocola is a voice command language for creating commands to control a computer by voice "
keywords=["dragon","speech","dictation","dictation-toolbox","natlink", "dtactions"]

classifiers=[
"Development Status :: 4 - Beta",
Expand Down Expand Up @@ -37,4 +39,9 @@ dev = [
]




[project.urls]
homepage = "https://vocola.net/v2/"
repository="https://github.com/dictation-toolbox/vocola2"
source="https://github.com/dictation-toolbox/vocola2"

0 comments on commit d819376

Please sign in to comment.