File: setup.py

package info (click to toggle)
wxutils 0.3.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 276 kB
  • sloc: python: 1,790; makefile: 8; sh: 3
file content (4 lines) | stat: -rw-r--r-- 90 bytes parent folder | download | duplicates (2)
1
2
3
4
#!/usr/bin/env python
import setuptools
if __name__ == "__main__":
    setuptools.setup()