Skip to content

Commit 4b31d66

Browse files
authored
Merge pull request #137 from cantabular/miscellaneous-tidy-up
Tidy up a few odds and ends
2 parents 246dd6b + 9162a38 commit 4b31d66

File tree

5 files changed

+5
-8
lines changed

5 files changed

+5
-8
lines changed

.github/workflows/ci-build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,3 +38,6 @@ jobs:
3838
3939
- name: Run tests
4040
run: make test
41+
42+
- name: Build package
43+
run: uv build

README

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ Miscellaneous
8585
-------------
8686

8787
scraperwiki.status(type, message=None)
88-
If run on the ScraperWiki platform (the new one, not Classic), updates the visible status of the dataset. If not on the platform, does nothing. ``type`` can be 'ok' or 'error'. If no ``message`` is given, it will show the time since the update. See `dataset status API <https://scraperwiki.com/help/developer#boxes-status>`_ in the documentation for details.
88+
Functionality now removed since it was only for the now defunct ScraperWiki platform. It is retained but always returns None.
8989

9090
scraperwiki.pdftoxml(pdfdata)
9191
Convert a byte string containing a PDF file into an XML file containing the coordinates and font of each text string (see `the pdftohtml documentation <http://linux.die.net/man/1/pdftohtml>`_ for details). This requires ``pdftohtml`` which is part of ``poppler-utils``.

fixtures

Lines changed: 0 additions & 1 deletion
This file was deleted.

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,12 @@ description = "Local version of ScraperWiki libraries"
99
authors = [
1010
{ name = "ScraperWiki Developers", email = "hello@scraperwiki.com" }
1111
]
12-
license = { text = "GPLv3+" }
1312
readme = "README.rst"
1413
urls = { Repository = "https://github.com/cantabular/scraperwiki-python" }
14+
license = "GPL-3.0-or-later"
1515
classifiers = [
1616
"Intended Audience :: Developers",
1717
"Intended Audience :: Science/Research",
18-
"License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)",
1918
"Programming Language :: Python :: 3.10",
2019
"Programming Language :: Python :: 3.11",
2120
"Programming Language :: Python :: 3.12",

runtests

Lines changed: 0 additions & 4 deletions
This file was deleted.

0 commit comments

Comments
 (0)