[go: up one dir, main page]

File: setup.py

package info (click to toggle)
luma.core 2.5.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,044 kB
  • sloc: python: 6,185; makefile: 204
file content (7 lines) | stat: -rw-r--r-- 116 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
#!/usr/bin/env python
# -*- coding: utf-8 -*-

import setuptools

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