From a32a3596e817bf662c1928fc4d8343917eb40c36 Mon Sep 17 00:00:00 2001 From: Hunter Hogan Date: Sat, 25 Jan 2025 20:27:04 -0500 Subject: [PATCH] comments are not comments --- pyproject.toml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index e53d284..dbf6555 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,25 +7,15 @@ authors = [{ name = "Hunter Hogan", email = "HunterHogan@pm.me" }] classifiers = [ "Development Status :: 4 - Beta", "Environment :: Console", "Intended Audience :: Developers", "Intended Audience :: End Users/Desktop", "Intended Audience :: Other Audience", "Natural Language :: English", "Operating System :: OS Independent", "Programming Language :: Python", "Topic :: Multimedia :: Sound/Audio :: Analysis", "Typing :: Typed", ] dependencies = [ "cachetools", "librosa", "numpy", "torch", "torchmetrics[audio]", "tqdm", "Z0Z-tools", ] description = "Measure one or more aspects of one or more audio files." -# entry-points -# gui-scripts keywords = ["audio", "analysis", "measurement", "metrics", "torch"] license = "CC-BY-NC-4.0" -# license-files -# maintainers name = "analyzeAudio" readme = { file = "README.md", content-type = "text/markdown" } requires-python = ">=3.10" -# scripts version = "0.0.11" [project.urls] Homepage = "https://github.com/hunterhogan/analyzeAudio" Donate = "https://www.patreon.com/integrated" -# Download -# Changelog, Change log, Release notes, News, What's new, History -# Documentation* -# Bug*, Issue*, Tracker*, Report* -# Youtube youtube.com, youtu.be [project.optional-dependencies] testing = ["pytest", "pytest-cov", "pytest-env"]