Skip to content

Commit 2454d7a

Browse files
committed
Fix pypi metadata
1 parent fba70c2 commit 2454d7a

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description = "VIA api implementation for QMK-based keyboards"
55
authors = ["Stephan Rumswinkel"]
66
repository = "https://github.com/srwi/qmk-via-api"
77
readme = "README.md"
8-
version = "0.4.0"
8+
version = "0.4.1"
99
edition = "2021"
1010

1111
[lib]

pyproject.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
[project]
2-
name = "qmk-via-api"
3-
41
[build-system]
52
requires = ["maturin>=1.0,<2.0"]
63
build-backend = "maturin"
@@ -9,3 +6,4 @@ build-backend = "maturin"
96
# "extension-module" tells pyo3 we want to build an extension module (skips linking against libpython.so)
107
features = ["pyo3/extension-module"]
118
python-source = "python"
9+
sdist-include = ["LICENSE", "README.md"]

0 commit comments

Comments
 (0)