diff --git a/VERSION b/VERSION index 8294c18..7693c96 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.1.2 \ No newline at end of file +0.1.3 \ No newline at end of file diff --git a/scripts/Build.ps1 b/scripts/Build.ps1 index e6548c2..d89e591 100644 --- a/scripts/Build.ps1 +++ b/scripts/Build.ps1 @@ -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}" diff --git a/setup.cfg b/setup.cfg index 8a53d9f..a5ea323 100644 --- a/setup.cfg +++ b/setup.cfg @@ -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