mirror of
https://github.com/IRBorisov/cctext.git
synced 2025-08-13 12:10:36 +03:00
Add source URL
This commit is contained in:
parent
3e92108e26
commit
4e8b3ed96e
|
@ -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}"
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user