Skip to content
Snippets Groups Projects
Unverified Commit f9f004bd authored by Marcin Wątroba's avatar Marcin Wątroba
Browse files

Fix package publishing

parent 5792e007
Branches
1 merge request!4Feature/add poetry
[tool.poetry] [tool.poetry]
name = "asr-benchmarks" name = "asr-benchmarks"
version = "0.1.0-alpha.11" version = "0.0.1-beta.758943"
description = "Library to benchmark ASR systems" description = "Library to benchmark ASR systems"
authors = [ authors = [
"Piotr Szymański <niedakh@gmail.com>", "Piotr Szymański <niedakh@gmail.com>",
"Marcin Wątroba <markowanga@gmail.com>" "Marcin Wątroba <markowanga@gmail.com>"
] ]
license = "MIT license" license = "MIT license"
packages = [
{ include = "sziszapangma" }
]
[tool.poetry.dependencies] [tool.poetry.dependencies]
python = "^3.8" python = "^3.8"
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment