mirror of
https://codeberg.org/hyperreal/print-wp-sources
synced 2025-01-18 22:33:44 +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
|
## Installation
|
||||||
|
|
||||||
``` shell
|
``` shell
|
||||||
pipx install print-wp-sources
|
pipx install print-wp-sources --include-deps
|
||||||
```
|
```
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[project]
|
[project]
|
||||||
name = "print-wp-sources"
|
name = "print-wp-sources"
|
||||||
version = "0.1"
|
version = "0.2"
|
||||||
authors = [
|
authors = [
|
||||||
{ name="Jeffrey Serio", email="hyperreal@fedoraproject.org" },
|
{ name="Jeffrey Serio", email="hyperreal@fedoraproject.org" },
|
||||||
]
|
]
|
||||||
@ -12,6 +12,7 @@ classifiers = [
|
|||||||
"License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)",
|
"License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)",
|
||||||
"Operating System :: OS Independent",
|
"Operating System :: OS Independent",
|
||||||
]
|
]
|
||||||
|
dependencies = ["beautifulsoup4>=4.12.3"]
|
||||||
|
|
||||||
[project.scripts]
|
[project.scripts]
|
||||||
print-wp-sources = "print_wp_sources:main"
|
print-wp-sources = "print_wp_sources:main"
|
||||||
|
Loading…
Reference in New Issue
Block a user