fix(python): use absolute license links in package metadata
This commit is contained in:
@@ -249,5 +249,6 @@ individual model versions recorded in the manifest.
|
|||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
||||||
The native/API package is BSD-3-Clause — see [LICENSE](LICENSE). Model data
|
The native/API package is BSD-3-Clause — see the
|
||||||
is separately licensed under CC BY-SA 3.0 in its packaged notices.
|
[license text](https://github.com/leogalambos/Radixor/blob/main/python/LICENSE).
|
||||||
|
Model data is separately licensed under CC BY-SA 3.0 in its packaged notices.
|
||||||
|
|||||||
@@ -17,8 +17,9 @@ tag version, and deterministically compiles all model resources there.
|
|||||||
Only gzip-compressed Radixor v7 (`.rxc`) tries are shipped. They are release
|
Only gzip-compressed Radixor v7 (`.rxc`) tries are shipped. They are release
|
||||||
artifacts, not checked-in repository files. Canonical textual dictionaries
|
artifacts, not checked-in repository files. Canonical textual dictionaries
|
||||||
remain in the Radixor source repository and are not included in this wheel or
|
remain in the Radixor source repository and are not included in this wheel or
|
||||||
source distribution. Model data is licensed under CC BY-SA 3.0; see
|
source distribution. Model data is licensed under CC BY-SA 3.0; see the
|
||||||
`LICENSE-MODEL-DATA.txt` and the generated per-model notices.
|
[model-data license](https://github.com/leogalambos/Radixor/blob/main/python/models-standard/LICENSE-MODEL-DATA.txt)
|
||||||
|
and the generated per-model notices.
|
||||||
|
|
||||||
The checked-out directory is intentionally only a packaging skeleton and is
|
The checked-out directory is intentionally only a packaging skeleton and is
|
||||||
not directly buildable as the complete data distribution. From the repository
|
not directly buildable as the complete data distribution. From the repository
|
||||||
|
|||||||
@@ -16,6 +16,12 @@ classifiers = [
|
|||||||
"Topic :: Text Processing :: Linguistic",
|
"Topic :: Text Processing :: Linguistic",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
[project.urls]
|
||||||
|
Homepage = "https://github.com/leogalambos/Radixor"
|
||||||
|
Documentation = "https://leogalambos.github.io/Radixor/python/"
|
||||||
|
Repository = "https://github.com/leogalambos/Radixor"
|
||||||
|
Issues = "https://github.com/leogalambos/Radixor/issues"
|
||||||
|
|
||||||
[tool.setuptools]
|
[tool.setuptools]
|
||||||
include-package-data = true
|
include-package-data = true
|
||||||
|
|
||||||
|
|||||||
@@ -57,6 +57,12 @@ classifiers = [
|
|||||||
"Topic :: Text Processing :: Linguistic",
|
"Topic :: Text Processing :: Linguistic",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
[project.urls]
|
||||||
|
Homepage = "https://github.com/leogalambos/Radixor"
|
||||||
|
Documentation = "https://leogalambos.github.io/Radixor/python/"
|
||||||
|
Repository = "https://github.com/leogalambos/Radixor"
|
||||||
|
Issues = "https://github.com/leogalambos/Radixor/issues"
|
||||||
|
|
||||||
[tool.maturin]
|
[tool.maturin]
|
||||||
python-source = "."
|
python-source = "."
|
||||||
module-name = "radixor._radixor"
|
module-name = "radixor._radixor"
|
||||||
|
|||||||
Reference in New Issue
Block a user