PySHDL 0.1.0__tar.gz → 0.1.2__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: PySHDL
3
- Version: 0.1.0
3
+ Version: 0.1.2
4
4
  Summary: SHDL (Simple Hardware Description Language) is a minimal HDL designed for creating digital circuits and easily simulating them. It compiles directly to C for maximum performance and portability.
5
5
  Author-email: rafa-rrayes <rafa@rayes.com.br>
6
6
  Requires-Python: >=3.9
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "PySHDL"
3
- version = "0.1.0"
3
+ version = "0.1.2"
4
4
  description = "SHDL (Simple Hardware Description Language) is a minimal HDL designed for creating digital circuits and easily simulating them. It compiles directly to C for maximum performance and portability."
5
5
  readme = "README.md"
6
6
  authors = [
@@ -10,7 +10,7 @@ requires-python = ">=3.9"
10
10
  dependencies = []
11
11
 
12
12
  [project.scripts]
13
- shdlc = "SHDL.cli:main"
13
+ shdlc = "PySHDL.cli:main"
14
14
 
15
15
  [build-system]
16
16
  requires = ["hatchling"]
@@ -3,6 +3,6 @@ revision = 2
3
3
  requires-python = ">=3.9"
4
4
 
5
5
  [[package]]
6
- name = "SHDL"
6
+ name = "PySHDL"
7
7
  version = "0.1.0"
8
8
  source = { editable = "." }
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes