From e180a50162b98ff19f444a72bdcc708f3e87e61a Mon Sep 17 00:00:00 2001 From: farhan Date: Fri, 12 Jun 2026 19:11:18 +0500 Subject: [PATCH] chore: remove CHANGELOG.rst and clean up references Release notes are managed via GitHub Releases by semantic release (changelog: false in release.yml), making CHANGELOG.rst redundant. Also removed its reference from MANIFEST.in and pyproject.toml. --- CHANGELOG.rst | 15 --------------- MANIFEST.in | 2 -- pyproject.toml | 2 -- 3 files changed, 19 deletions(-) delete mode 100644 CHANGELOG.rst diff --git a/CHANGELOG.rst b/CHANGELOG.rst deleted file mode 100644 index 596c58d..0000000 --- a/CHANGELOG.rst +++ /dev/null @@ -1,15 +0,0 @@ -Change Log -########## - -.. - All enhancements and patches to xblocks-extra will be documented - in this file. It adheres to the structure of https://keepachangelog.com/ , - but in reStructuredText instead of Markdown (for ease of incorporation into - Sphinx documentation and the PyPI description). - - This project adheres to Semantic Versioning (https://semver.org/). - -.. There should always be an "Unreleased" section for changes pending release. - -Unreleased -********** diff --git a/MANIFEST.in b/MANIFEST.in index 88cde8d..a1d8fce 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,5 +1,3 @@ -include CHANGELOG.rst - # Exclude development, test, and documentation folders prune .github prune docs diff --git a/pyproject.toml b/pyproject.toml index 028cfb8..6ecbdf4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,9 +39,7 @@ dependencies = [ ] [project.urls] -Homepage = "https://github.com/openedx/xblocks-extra" Repository = "https://github.com/openedx/xblocks-extra" -Documentation = "https://xblocks-extra.readthedocs.io" [project.optional-dependencies] dev = [