setuptools-zig-build 0.2.1__tar.gz → 0.2.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: setuptools_zig_build
3
- Version: 0.2.1
3
+ Version: 0.2.2
4
4
  Summary: A setuptools extension, for building cpython extensions with zig build
5
5
  Home-page: https://codeberg.org/dasimmet/setuptools-zig-build
6
6
  Author-email: dasimmet@gmail.com
@@ -32,6 +32,7 @@ Dynamic: summary
32
32
 
33
33
  A setuptools extension, for building cpython extensions with zig build,
34
34
  enabling simple source-only pip distributions that compile at install time.
35
+ This is my take on [deinventing the wheel](https://www.youtube.com/watch?v=HPmefnqirHk)
35
36
 
36
37
  check out [zig-zon](https://codeberg.org/dasimmet/python-zig-zon/) for a full example.
37
38
 
@@ -2,6 +2,7 @@
2
2
 
3
3
  A setuptools extension, for building cpython extensions with zig build,
4
4
  enabling simple source-only pip distributions that compile at install time.
5
+ This is my take on [deinventing the wheel](https://www.youtube.com/watch?v=HPmefnqirHk)
5
6
 
6
7
  check out [zig-zon](https://codeberg.org/dasimmet/python-zig-zon/) for a full example.
7
8
 
@@ -2,7 +2,7 @@ from setuptools import setup
2
2
 
3
3
  setup(
4
4
  name='setuptools_zig_build',
5
- version="0.2.1",
5
+ version="0.2.2",
6
6
  author_email='dasimmet@gmail.com',
7
7
  description='A setuptools extension, for building cpython extensions with zig build',
8
8
  long_description=open("README.md").read(),
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: setuptools_zig_build
3
- Version: 0.2.1
3
+ Version: 0.2.2
4
4
  Summary: A setuptools extension, for building cpython extensions with zig build
5
5
  Home-page: https://codeberg.org/dasimmet/setuptools-zig-build
6
6
  Author-email: dasimmet@gmail.com
@@ -32,6 +32,7 @@ Dynamic: summary
32
32
 
33
33
  A setuptools extension, for building cpython extensions with zig build,
34
34
  enabling simple source-only pip distributions that compile at install time.
35
+ This is my take on [deinventing the wheel](https://www.youtube.com/watch?v=HPmefnqirHk)
35
36
 
36
37
  check out [zig-zon](https://codeberg.org/dasimmet/python-zig-zon/) for a full example.
37
38