Skip to content

Commit

Permalink
comments are not comments
Browse files Browse the repository at this point in the history
  • Loading branch information
hunterhogan committed Jan 26, 2025
1 parent 34bac02 commit a32a359
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,25 +7,15 @@ authors = [{ name = "Hunter Hogan", email = "[email protected]" }]
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"]
Expand Down

0 comments on commit a32a359

Please sign in to comment.