File: setup.py

package info (click to toggle)
python-ewoks 0.6.0-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 552 kB
  • sloc: python: 1,311; makefile: 5
file content (4 lines) | stat: -rw-r--r-- 69 bytes parent folder | download | duplicates (21)
1
2
3
4
import setuptools

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