mirror of https://github.com/joan2937/pigpio
Fix license classifier
This commit is contained in:
parent
c33738a320
commit
4a98e4bdd4
|
@ -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}'}
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue