ghdl 0.4.10__tar.gz → 0.4.11__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: ghdl
3
- Version: 0.4.10
3
+ Version: 0.4.11
4
4
  Summary: Binary Manager for Github Releases
5
5
  Author-email: Imran Khan <imran@khan.ovh>
6
6
  License: GNU AFFERO GENERAL PUBLIC LICENSE
@@ -1,3 +1,3 @@
1
- __version__ = "0.4.10"
1
+ __version__ = "0.4.11"
2
2
 
3
3
  from ghdl.main import main, set_dry, set_single
@@ -20,20 +20,24 @@ dependencies = [
20
20
  script-files = ["bin/ghdl", "bin/ghdl-delete-repo"]
21
21
  include-package-data = true
22
22
 
23
+ # only need to do this for wheel, sdist is fine
24
+ [tool.hatch.build.targets.wheel.force-include]
25
+ "bin/" = "bin"
26
+
23
27
  [tool.setuptools.dynamic]
24
28
  version = {attr = "ghdl.__version__"}
25
29
 
30
+ [tool.hatch.version]
31
+ path = "ghdl/__init__.py"
32
+
26
33
  [tool.uv]
27
34
  prerelease = "if-necessary-or-explicit"
28
35
  python-downloads = "never"
29
36
  python-preference = "system"
30
37
  dev-dependencies = []
31
38
 
32
- [tool.hatch.version]
33
- path = "ghdl/__init__.py"
34
-
35
39
  [build-system]
36
- #requires = ["setuptools"]
37
- #build-backend = "setuptools.build_meta"
40
+ # requires = ["setuptools"]
41
+ # build-backend = "setuptools.build_meta"
38
42
  requires = ["hatchling"]
39
43
  build-backend = "hatchling.build"
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
File without changes
File without changes
File without changes
File without changes
File without changes