[build-system] requires = ["hatchling"] build-backend = "hatchling.build" [project] name = "notescriber" version = "0.0.4" authors = [ { name="Tomasz FrÄ…tczak", email="accidentallycompetent@octopusx.de" }, ] description = "Watches a directory for new files, then triggers OpenAI whisper transcription service to convert voice notes into text notes in NextCloud." readme = "README.md" requires-python = ">=3.8" classifiers = [ "Programming Language :: Python :: 3", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", ] [project.urls] Homepage = "https://teapot.octopusx.de/accidentallycompetent/notescriber" Issues = "https://teapot.octopusx.de/accidentallycompetent/notescriber/issues"