mirror of
https://codeberg.org/hyperreal/print-wp-sources
synced 2025-01-18 14:23:45 +01:00
Update to 0.2
This commit is contained in:
parent
5692f69775
commit
a7f0b75a75
@ -5,7 +5,7 @@ This program just prints the sources of the given Wikipedia article to standard
|
||||
## Installation
|
||||
|
||||
``` shell
|
||||
pipx install print-wp-sources
|
||||
pipx install print-wp-sources --include-deps
|
||||
```
|
||||
|
||||
## Usage
|
||||
|
@ -1,6 +1,6 @@
|
||||
[project]
|
||||
name = "print-wp-sources"
|
||||
version = "0.1"
|
||||
version = "0.2"
|
||||
authors = [
|
||||
{ name="Jeffrey Serio", email="hyperreal@fedoraproject.org" },
|
||||
]
|
||||
@ -12,6 +12,7 @@ classifiers = [
|
||||
"License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)",
|
||||
"Operating System :: OS Independent",
|
||||
]
|
||||
dependencies = ["beautifulsoup4>=4.12.3"]
|
||||
|
||||
[project.scripts]
|
||||
print-wp-sources = "print_wp_sources:main"
|
||||
|
Loading…
Reference in New Issue
Block a user