rename the project from mediawiki_dump_tools to wikiq
wikiq is what the tool is called, what people type, and what they would search for; mediawiki_dump_tools was only ever the name of the directory it lived in. The repository is being renamed on gitea and github to match, so rename the distribution with it. This also settles the name to claim on PyPI. The metadata lookup that backs --version takes the distribution name as a literal, so it changes here too, along with the install command wikiq prints when -p legacy is used without its extra. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
[project]
|
||||
name = "mediawiki-dump-tools"
|
||||
name = "wikiq"
|
||||
version = "0.3.0"
|
||||
description = "Convert MediaWiki XML database dumps into tabular datasets for research"
|
||||
readme = "README.md"
|
||||
@@ -61,7 +61,7 @@ dev = [
|
||||
|
||||
[project.urls]
|
||||
Homepage = "https://wiki.communitydata.science/"
|
||||
Repository = "https://gitea.communitydata.science/collective/mediawiki_dump_tools"
|
||||
Repository = "https://gitea.communitydata.science/collective/wikiq"
|
||||
|
||||
[project.scripts]
|
||||
wikiq = "wikiq:main"
|
||||
|
||||
Reference in New Issue
Block a user