Add source URL

This commit is contained in:
IRBorisov 2024-04-17 14:39:17 +03:00
parent 3e92108e26
commit 4e8b3ed96e
3 changed files with 3 additions and 2 deletions

View File

@ -1 +1 @@
0.1.2
0.1.3

View File

@ -13,7 +13,7 @@ if (Test-Path -Path ${output}) {
Remove-Item ${output} -Recurse -Force
}
& ${python} -m build --outdir="${output}\"
& ${python} -m build --no-isolation --outdir="${output}\"
$wheel = Get-Childitem -Path "${output}\*.whl" -Name
if (-not ${wheel}) {
Write-Error "No wheel generated for ${packageName}"

View File

@ -6,6 +6,7 @@ author_email = iborisov@acconcept.ru
description = Text processing library for russian languange
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/IRBorisov/cctext
license = MIT
classifiers =
Development Status :: 3 - Alpha