mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-02-14 03:07:56 -08:00
Official library for communicating with the Pocket Science Lab, a universal USB-powered board featuring an oscilloscope, multimeter, logic analyser and many more. Signed-off-by: Marek Szuba <marecki@gentoo.org> Package-Manager: Portage-2.3.66, Repoman-2.3.11
10 lines
313 B
Diff
10 lines
313 B
Diff
--- a/setup.py
|
|
+++ b/setup.py
|
|
@@ -50,6 +50,5 @@
|
|
packages=find_packages(),
|
|
#scripts=["PSL/bin/"+a for a in os.listdir("PSL/bin/")],
|
|
package_data={'': ['*.css','*.png','*.gif','*.html','*.css','*.js','*.png','*.jpg','*.jpeg','*.htm','99-pslab.rules']},
|
|
- cmdclass={'install': CustomInstall},
|
|
)
|
|
|