Skip to content

Commit 725d4ee

Browse files
authored
Merge pull request #54 from pdftables/update-pyproject-toml
Update pyproject.toml
2 parents cedb8a9 + 1de29ba commit 725d4ee

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.github/workflows/ci-build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,3 +74,5 @@ jobs:
7474

7575
- name: Publish distribution to PyPI
7676
uses: pypa/gh-action-pypi-publish@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e # v1.13.0
77+
with:
78+
verbose: true

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "pdftables-api"
7-
version = "2.1.1"
7+
version = "2.1.2"
88
requires-python = ">=3.10"
99
description = "PDFTables.com Python API library."
1010
readme = "README.md"
11-
license = { text = "Apache License 2.0" }
11+
license = { text = "Apache-2.0" }
1212
keywords = ["pdf", "tables", "excel", "csv", "xml", "api"]
1313
authors = [ { name = "Cantabular Ltd", email = "hello@pdftables.com" } ]
14-
urls = { "Homepage" = "https://github.com/pdftables/python-pdftables-api" }
14+
urls = { Homepage = "https://pdftables.com/api", Repository = "https://github.com/pdftables/python-pdftables-api.git" }
1515
dependencies = ["requests"]
1616
classifiers = [
1717
"Development Status :: 5 - Production/Stable",

0 commit comments

Comments
 (0)