UNPKG

@pdecat/semantic-release-python

Version:

A semantic-release plugin for Python (with support for both setup.cfg/setup.py and pyproject.toml with e.g. Poetry and uv). Fork of https://github.com/unimonkiez/semantic-release-python which is a fork of https://github.com/megabyte-labs/semantic-release-

53 lines (52 loc) 1.47 kB
{ "private": false, "name": "@pdecat/semantic-release-python", "version": "2.6.3", "description": "A semantic-release plugin for Python (with support for both setup.cfg/setup.py and pyproject.toml with e.g. Poetry and uv). Fork of https://github.com/unimonkiez/semantic-release-python which is a fork of https://github.com/megabyte-labs/semantic-release-python which moved to https://github.com/ProfessorManhattan/semantic-release-python then to https://gitlab.com/megabyte-labs/npm/archive/semantic-release-python ", "license": "MIT", "author": "Brian Zalewski <brian@megabyte.space> (https://megabyte.space)", "homepage": "https://github.com/pdecat/semantic-release-python", "repository": { "type": "git", "url": "git+https://github.com/pdecat/semantic-release-python.git" }, "bugs": { "url": "https://github.com/pdecat/semantic-release-python/issues" }, "type": "module", "main": "index.js", "files": [ "lib" ], "scripts": { "test": "vitest" }, "dependencies": { "execa": "latest", "form-data": "latest", "fs-extra": "latest", "glob": "latest", "got": "latest", "uuid": "latest" }, "devDependencies": { "vitest": "^3.2.4" }, "keywords": [ "plugin", "poetry", "publish", "pypi", "pyproject", "python", "python package", "python3", "semantic", "semantic-release", "setupcfg", "uv" ], "engines": { "node": ">=20.19" } }