Fix license classifier

This commit is contained in:
Joost Lekkerkerker 2024-06-24 17:18:18 +02:00 committed by GitHub
parent c33738a320
commit 4a98e4bdd4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -18,6 +18,7 @@ setup(name='pigpio',
classifiers=[
"Programming Language :: Python :: 2",
"Programming Language :: Python :: 3",
"License :: OSI Approved :: The Unlicense (Unlicense)",
],
package_dir={ '': '${CMAKE_CURRENT_SOURCE_DIR}'}
)