An other try:

This commit is contained in:
Gerben Jan Dijkman
2021-03-25 23:17:47 +01:00
parent f57f89504d
commit 95a45c3354
6 changed files with 454 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
from distutils.core import setup
setup(name="gdbus_codegen",
version="@PV@",
packages=["gdbus_codegen"],
package_dir={"gdbus_codegen" : ""},
scripts=["gdbus-codegen"])