Skip to content

Commit 53f2123

Browse files
Update Cargo.toml for Crate Publication
1 parent ee142d9 commit 53f2123

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

Cargo.toml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,14 @@
11
[package]
22
name = "pytv"
3+
description = "Python Templated Verilog"
4+
repository = "https://github.com/autohdw/pytv"
35
authors = ["Teddy van Jerry <[email protected]>"]
4-
56
version = "0.1.0"
7+
readme = "README.md"
8+
license = "GPL-3.0-or-later"
9+
keywords = ["verilog", "python", "template", "generation"]
10+
categories = ["template-engine", "compilers", "development-tools"]
11+
exclude = ["examples/*", "target/*", "Cargo.lock", ".vscode/*", ".DS_Store"]
612
edition = "2021"
713

814
[dependencies]

0 commit comments

Comments
 (0)