File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- __VERSION__ = "0.0.2 "
1+ __VERSION__ = "0.0.3 "
22
33import os .path
44
Original file line number Diff line number Diff line change @@ -22,18 +22,19 @@ classifiers = [
2222 " Topic :: Software Development :: Code Generators" ,
2323 " Topic :: Software Development :: Compilers"
2424]
25- [project .urls ]
26- Homepage = " https://github.com/edimetia3d/pybind11_weaver"
27- Documentation = " https://github.com/edimetia3d/pybind11_weaver"
28- Repository = " https://github.com/edimetia3d/pybind11_weaver"
29- Changelog = " https://github.com/edimetia3d/pybind11_weaver/releases"
3025dependencies = [
3126 " libclang" ,
3227 " PyYAML" ,
3328 " pybind11" ,
3429]
3530dynamic = [" version" ]
3631
32+ [project .urls ]
33+ Homepage = " https://github.com/edimetia3d/pybind11_weaver"
34+ Documentation = " https://github.com/edimetia3d/pybind11_weaver"
35+ Repository = " https://github.com/edimetia3d/pybind11_weaver"
36+ Changelog = " https://github.com/edimetia3d/pybind11_weaver/releases"
37+
3738[tool .setuptools .dynamic ]
3839version = { attr = " pybind11_weaver.__VERSION__" }
3940
You can’t perform that action at this time.
0 commit comments