File: setup.py

package info (click to toggle)
presets 1.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 172 kB
  • sloc: python: 177; makefile: 150
file content (4 lines) | stat: -rw-r--r-- 69 bytes parent folder | download | duplicates (3)
1
2
3
4
from setuptools import setup

if __name__ == '__main__':
    setup()