[build-system] requires = ["hatchling", "hatch-requirements-txt", "hatch-vcs"] build-backend = "hatchling.build" [tool.hatch.build] directory = "dist" [tool.hatch.build.targets.sdist] include = ["python_sponsorblock/*.py", "python_sponsorblock/**/*.py" ] [tool.hatch.build.targets.wheel] packages = ["python_sponsorblock"] [tool.hatch.version] source = "vcs" path = "python_sponsorblock/_version.py" fallback-version = "0.0.0" [tool.hatch.version.raw-options] local_scheme = "no-local-version" [tool.hatch.build.hooks.vcs] version-file = "python_sponsorblock/_version.py" [project] name = "python-sponsorblock" description = "This is a wrapper for the sponsorblock api, enabling you to get the timestamps of sponsor segments from youtube videos." authors = [{ name = "Hazel", email = "hazel_is_cute@proton.me" }] license = "MIT" readme = "README.md" repository = "https://gitea.elara.ws/music-kraken/python-sponsorblock" requires-python = ">=3.10" classifiers = [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.10", ] dependencies = [ "requests~=2.31.0", ] dynamic = [ "version" ]