[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"] [project.scripts] music-kraken = "python_sponsorblock.__main__:cli" [tool.hatch.version] path = "python_sponsorblock/__about__.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" ]