Skip to content

Commit 659bf3b

Browse files
committed
missing artifacts
1 parent 3b2991b commit 659bf3b

File tree

4 files changed

+4
-206
lines changed

4 files changed

+4
-206
lines changed

cmdapp/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = "0.6.12"
44
authors = ["Chris Tsang <chris.2y3@outlook.com>"]
55
edition = "2021"
66
description = "A cmd app to convert images into vector graphics."
7-
license = "MIT OR Apache-2.0"
7+
license = "MIT"
88
homepage = "http://www.visioncortex.org/vtracer"
99
repository = "https://github.com/visioncortex/vtracer/"
1010
categories = ["graphics"]
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2023 Tsang Hao Fung
1+
Copyright (c) 2024 TSANG, Hao Fung
22

33
Permission is hereby granted, free of charge, to any
44
person obtaining a copy of this software and associated

cmdapp/LICENSE-APACHE

Lines changed: 0 additions & 201 deletions
This file was deleted.

cmdapp/pyproject.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "vtracer"
3-
version = "0.6.12"
3+
version = "0.6.14"
44
description = "Python bindings for the Rust Vtracer raster-to-vector library"
55
authors = [ { name = "Chris Tsang", email = "chris.2y3@outlook.com" } ]
66
readme = "vtracer/README.md"
@@ -24,5 +24,4 @@ build-backend = "maturin"
2424

2525
[tool.maturin]
2626
features = ["pyo3/extension-module", "python-binding"]
27-
compatibility = "manylinux2014"
28-
sdist-include = ["LICENSE-MIT", "LICENSE-APACHE", "vtracer/README.md"]
27+
compatibility = "manylinux2014"

0 commit comments

Comments
 (0)