File: setup.py

package info (click to toggle)
pygubu 0.37-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,768 kB
  • sloc: python: 22,345; sh: 55; makefile: 7
file content (4 lines) | stat: -rw-r--r-- 61 bytes parent folder | download | duplicates (2)
1
2
3
4
#!/usr/bin/env python3
from setuptools import setup

setup()