diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index 856efde..5aba691 100644 --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -74,3 +74,5 @@ jobs: - name: Publish distribution to PyPI uses: pypa/gh-action-pypi-publish@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e # v1.13.0 + with: + verbose: true diff --git a/pyproject.toml b/pyproject.toml index 9644098..d2f3e2a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,14 +4,14 @@ build-backend = "setuptools.build_meta" [project] name = "pdftables-api" -version = "2.1.1" +version = "2.1.2" requires-python = ">=3.10" description = "PDFTables.com Python API library." readme = "README.md" -license = { text = "Apache License 2.0" } +license = { text = "Apache-2.0" } keywords = ["pdf", "tables", "excel", "csv", "xml", "api"] authors = [ { name = "Cantabular Ltd", email = "hello@pdftables.com" } ] -urls = { "Homepage" = "https://github.com/pdftables/python-pdftables-api" } +urls = { Homepage = "https://pdftables.com/api", Repository = "https://github.com/pdftables/python-pdftables-api.git" } dependencies = ["requests"] classifiers = [ "Development Status :: 5 - Production/Stable",