diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index d08c5e2..2d00347 100644 --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -38,3 +38,6 @@ jobs: - name: Run tests run: make test + + - name: Build package + run: uv build diff --git a/README b/README index 02be6be..e13969c 100644 --- a/README +++ b/README @@ -85,7 +85,7 @@ Miscellaneous ------------- scraperwiki.status(type, message=None) - 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 `_ in the documentation for details. + Functionality now removed since it was only for the now defunct ScraperWiki platform. It is retained but always returns None. scraperwiki.pdftoxml(pdfdata) 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 `_ for details). This requires ``pdftohtml`` which is part of ``poppler-utils``. diff --git a/fixtures b/fixtures deleted file mode 160000 index d8bceaa..0000000 --- a/fixtures +++ /dev/null @@ -1 +0,0 @@ -Subproject commit d8bceaa3465d773e9be3801d9eab93559a0084b1 diff --git a/pyproject.toml b/pyproject.toml index ddb42c5..bed7f0a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,13 +9,12 @@ description = "Local version of ScraperWiki libraries" authors = [ { name = "ScraperWiki Developers", email = "hello@scraperwiki.com" } ] -license = { text = "GPLv3+" } readme = "README.rst" urls = { Repository = "https://github.com/cantabular/scraperwiki-python" } +license = "GPL-3.0-or-later" classifiers = [ "Intended Audience :: Developers", "Intended Audience :: Science/Research", - "License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", diff --git a/runtests b/runtests deleted file mode 100755 index a083cfe..0000000 --- a/runtests +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/bash - -./tests.py $@ -rm -f keyify.py{,c} csv2sw.py{,c} scraperwiki.sqlite