You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-util/gdbus-codegen/files/setup.py-2.32.4

7 lines
192 B

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