Skip to content

Commit

Permalink
Add license, license_files, long_description_content_type, long_descr…
Browse files Browse the repository at this point in the history
…iption in pyktx setup.py (#844)

@MarkCallow
#698 (comment)
  • Loading branch information
ShukantPal authored and MarkCallow committed Jan 29, 2024
1 parent ad35b8c commit 73cb8fb
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion interface/python_binding/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,12 @@
],
include_package_data=True,
install_requires=["cffi>=1.15.1"],
license="Apache 2.0",
license_files=('LICENSE'),
long_description_content_type="text/markdown",
long_description="This Python package provides a Pythonic interface to libktx. It uses CFFI to generate the C bindings.",
packages=['pyktx'],
package_dir={'pyktx': 'pyktx'},
setup_requires=["cffi>=1.15.1"],
url='https://github.com/KhronosGroup/KTX-Software'
url='https://github.com/KhronosGroup/KTX-Software',
)

0 comments on commit 73cb8fb

Please sign in to comment.