Skip to content

Commit fdabd36

Browse files
committed
Release 1.9
Refs #183, #185, #186, #187
1 parent 0440199 commit fdabd36

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

pyproject.toml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,14 @@
11
[project]
22
name = "shot-scraper"
3-
version = "1.8"
4-
description = "A command-line utility for taking automated screenshots of websites"
3+
version = "1.9"
4+
description = "A command-line utility for scraping and taking automated screenshots of websites"
55
readme = "README.md"
66
requires-python = ">=3.10"
77
license = "Apache-2.0"
88
authors = [
99
{ name = "Simon Willison" }
1010
]
1111

12-
classifiers = [
13-
"License :: OSI Approved :: Apache Software License",
14-
]
15-
1612
dependencies = [
1713
"click",
1814
"PyYAML",

0 commit comments

Comments
 (0)