File: setup.py

package info (click to toggle)
luma.led-matrix 1.7.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 7,580 kB
  • sloc: python: 1,616; makefile: 157
file content (7 lines) | stat: -rw-r--r-- 116 bytes parent folder | download | duplicates (13)
1
2
3
4
5
6
7
#!/usr/bin/env python
# -*- coding: utf-8 -*-

import setuptools

if __name__ == "__main__":
    setuptools.setup()