Compare commits
2 Commits
8f01b1961e
...
f35a48a0ae
| Author | SHA1 | Date | |
|---|---|---|---|
| f35a48a0ae | |||
| 7a7f9dc4cc |
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|||||||
|
|
||||||
[project]
|
[project]
|
||||||
name = "etpgrf"
|
name = "etpgrf"
|
||||||
version = "0.1.1"
|
version = "0.1.2"
|
||||||
description = "Electro-Typographer: Python library for advanced web typography (non-breaking spaces, hyphenation, hanging punctuation and ."
|
description = "Electro-Typographer: Python library for advanced web typography (non-breaking spaces, hyphenation, hanging punctuation and ."
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
requires-python = ">=3.10"
|
requires-python = ">=3.10"
|
||||||
@@ -27,13 +27,14 @@ classifiers = [
|
|||||||
dependencies = [
|
dependencies = [
|
||||||
"beautifulsoup4>=4.10.0",
|
"beautifulsoup4>=4.10.0",
|
||||||
"lxml>=4.9.0", # Рекомендуемый парсер
|
"lxml>=4.9.0", # Рекомендуемый парсер
|
||||||
|
"regex>=2022.1.18", # Критически важная зависимость для Unicode
|
||||||
]
|
]
|
||||||
|
|
||||||
[project.urls]
|
[project.urls]
|
||||||
"Homepage" = "https://github.com/erjemin/etpgrf"
|
"Homepage" = "https://github.com/erjemin/etpgrf"
|
||||||
"Bug Tracker" = "https://github.com/erjemin/etpgrf/issues"
|
"Bug Tracker" = "https://github.com/erjemin/etpgrf/issues"
|
||||||
"Mirror (GitVerse)" = "https://gitverse.ru/erjemin/etpgrf"
|
"Mirror (GitVerse)" = "https://gitverse.ru/erjemin/etpgrf"
|
||||||
"Selfhosted (Gitea)" = "https://git.cube2.ru/erjemin/2025-etpgrf"
|
"Selfhosted (Gitea)" = "https://gitverse.ru/erjemin/etpgrf"
|
||||||
|
|
||||||
[tool.setuptools.packages.find]
|
[tool.setuptools.packages.find]
|
||||||
where = ["."] # Искать пакеты в корне (найдет папку etpgrf)
|
where = ["."] # Искать пакеты в корне (найдет папку etpgrf)
|
||||||
|
|||||||
Reference in New Issue
Block a user