license under the GNU GPL, version 3 or later

Add the full license text as COPYING (the same text Debian ships in
common-licenses), declare the license and license file in
pyproject.toml, add copyright and permission notices to the source
files, and describe the license in the README. Also replace the
placeholder package description in pyproject.toml.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
2026-08-06 16:29:48 -07:00
parent 5fb7b5596c
commit 90a14cf999
9 changed files with 780 additions and 1 deletions

View File

@@ -1,8 +1,10 @@
[project]
name = "mediawiki-dump-tools"
version = "0.1.1"
description = "Add your description here"
description = "Convert MediaWiki XML database dumps into tabular datasets for research"
readme = "README.md"
license = "GPL-3.0-or-later"
license-files = ["COPYING"]
requires-python = ">=3.11"
dependencies = [
"deltas>=0.7.0",