[project] name = "split_audio" version = "0.0.1" authors = [ { name="datnvt", email="nguyenvanthanhdat1810@gmail.com" }, ] description = "A small example package" readme = "README.md" requires-python = ">=3.11" classifiers = [ "Programming Language :: Python :: 3", "Operating System :: OS Independent", ] [build-system] requires = ["setuptools >= 77.0.3"] build-backend = "setuptools.build_meta" [tool.setuptools.package-dir] "" = "src" [tool.setuptools.packages.find] where = ["src"] # license = "MIT" # license-files = ["LICEN[CS]E*"] # [project.urls] # Homepage = "https://github.com/pypa/sampleproject" # Issues = "https://github.com/pypa/sampleproject/issues"