File tree Expand file tree Collapse file tree 4 files changed +4
-206
lines changed
Expand file tree Collapse file tree 4 files changed +4
-206
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ version = "0.6.12"
44authors = [" Chris Tsang <chris.2y3@outlook.com>" ]
55edition = " 2021"
66description = " A cmd app to convert images into vector graphics."
7- license = " MIT OR Apache-2.0 "
7+ license = " MIT"
88homepage = " http://www.visioncortex.org/vtracer"
99repository = " https://github.com/visioncortex/vtracer/"
1010categories = [" graphics" ]
Original file line number Diff line number Diff line change 1- Copyright (c) 2023 Tsang Hao Fung
1+ Copyright (c) 2024 TSANG, Hao Fung
22
33Permission is hereby granted, free of charge, to any
44person obtaining a copy of this software and associated
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11[project ]
22name = " vtracer"
3- version = " 0.6.12 "
3+ version = " 0.6.14 "
44description = " Python bindings for the Rust Vtracer raster-to-vector library"
55authors = [ { name = " Chris Tsang" , email = " chris.2y3@outlook.com" } ]
66readme = " vtracer/README.md"
@@ -24,5 +24,4 @@ build-backend = "maturin"
2424
2525[tool .maturin ]
2626features = [" pyo3/extension-module" , " python-binding" ]
27- compatibility = " manylinux2014"
28- sdist-include = [" LICENSE-MIT" , " LICENSE-APACHE" , " vtracer/README.md" ]
27+ compatibility = " manylinux2014"
You can’t perform that action at this time.
0 commit comments