Skip to content

Commit 922bfd9

Browse files
committed
docs(README): final polish—clarified features, examples, and badges
1 parent aec8e1d commit 922bfd9

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,19 +8,19 @@ version = "0.1.0"
88
description = "Extract structured data from FEK PDFs."
99
readme = "README.md"
1010
requires-python = ">=3.10"
11-
authors = [{ name = "Your Name", email = "you@example.com" }]
12-
license = { file = "LICENSE" }
11+
license = "Apache-2.0"
12+
authors = [{ name = "Dimitrios S. Sfyris", email = "info@aspectsoft.gr" }]
1313
dependencies = [
1414
"pdfminer.six>=20221105",
1515
"beautifulsoup4>=4.12",
1616
]
1717
classifiers = [
18-
"License :: OSI Approved :: Apache Software License",
1918
"Programming Language :: Python :: 3",
2019
"Programming Language :: Python :: 3.10",
2120
"Programming Language :: Python :: 3.11",
2221
"Programming Language :: Python :: 3.12",
2322
"Operating System :: OS Independent",
23+
"Natural Language :: Greek",
2424
"Topic :: Text Processing :: Linguistic",
2525
"Intended Audience :: Developers",
2626
]

0 commit comments

Comments
 (0)