Skip to content

Commit 90a3662

Browse files
committed
Versioning text fixes and a couple more stuff
1 parent d5aae84 commit 90a3662

3 files changed

Lines changed: 5 additions & 2 deletions

File tree

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = pyspector
3-
version = 0.1.0-beta
3+
version = 0.1.4-beta
44

55
[options]
66
package_dir=

setup.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,10 @@
1616
name="pyspector",
1717
version=version,
1818
author="ParzivalHack",
19+
keywords="static analysis security python rust",
1920
description="A high-performance, security-focused static analysis tool for Python, powered by Rust.",
21+
readme="README.md",
22+
license="MIT",
2023
packages=find_packages(where="src"),
2124
package_dir={"": "src"},
2225
rust_extensions=[

src/pyspector/_rust_core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "_rust_core"
3-
version = "0.1.3"
3+
version = "0.1.4"
44
edition = "2021"
55

66
[lib]

0 commit comments

Comments
 (0)