We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbb5412 commit 969b451Copy full SHA for 969b451
interface/python_binding/setup.py
@@ -22,7 +22,7 @@
22
include_package_data=True,
23
install_requires=["cffi>=1.15.1"],
24
license="Apache 2.0",
25
- license_files=('LICENSE'),
+ license_files=['LICENSE'],
26
long_description_content_type="text/markdown",
27
long_description="This Python package provides a Pythonic interface to libktx. It uses CFFI to generate the C bindings.",
28
packages=['pyktx'],
0 commit comments