We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0440199 commit fdabd36Copy full SHA for fdabd36
pyproject.toml
@@ -1,18 +1,14 @@
1
[project]
2
name = "shot-scraper"
3
-version = "1.8"
4
-description = "A command-line utility for taking automated screenshots of websites"
+version = "1.9"
+description = "A command-line utility for scraping and taking automated screenshots of websites"
5
readme = "README.md"
6
requires-python = ">=3.10"
7
license = "Apache-2.0"
8
authors = [
9
{ name = "Simon Willison" }
10
]
11
12
-classifiers = [
13
- "License :: OSI Approved :: Apache Software License",
14
-]
15
-
16
dependencies = [
17
"click",
18
"PyYAML",
0 commit comments